Documentation
¶
Index ¶
Constants ¶
View Source
const ( Ldigit = 1 << iota LlowerCase LupperCase LlowerAndUpperCase = LlowerCase | LupperCase LdigitAndLowerCase = Ldigit | LlowerCase LdigitAndUpperCase = Ldigit | LupperCase LdigitAndLetter = Ldigit | LlowerCase | LupperCase )
define a flag that generates a random string
Variables ¶
View Source
var (
ErrInvalidFlag = errors.New("Invalid flag")
)
definition error
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.