Documentation ¶
Index ¶
Constants ¶
View Source
const ( Uppercase = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" Lowercase = "abcdefghijklmnopqrstuvwxyz" Alpha = Uppercase + Lowercase Digit = "0123456789" AlphaNumeric = Alpha + Digit Punctuation = "!@#$%^&*~?=-+_./|" Password = AlphaNumeric + Punctuation )
Common sets for random strings
Variables ¶
This section is empty.
Functions ¶
func RandomBytes ¶
func RandomString ¶
func RandomStringFromSet ¶
func ReadRandom ¶
func ReadRandom(b []byte)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.