Documentation ¶
Index ¶
Constants ¶
View Source
const ( LowerLetters = "abcdefghijklmnopqrstuvwxyz" UpperLetters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" Digits = "0123456789" Symbols = "~!@#$%^&*()_+`-={}|[]\\:\"<>?,./" )
Variables ¶
View Source
var ( ZeroOptionsErr = errors.New("unable to produce the password with no options for characters") LengthErr = errors.New("unable to produce the password with number of options bigger than the length") )
Errors
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.