Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Set of characters to use for generating random strings Alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" Numerals = "1234567890" Alphanumeric = Alphabet + Numerals Ascii = Alphanumeric + "~!@#$%^&*()-_+={}[]\\|<,>.?/\"';:`" )
Variables ¶
View Source
var MinMaxError = errors.New("Min cannot be greater than max.")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.