Documentation
¶
Overview ¶
Package to generate random strings
Index ¶
Constants ¶
View Source
const ( // [a-z]+ CharsetAlphaLow = "abcdefghijklmnopqrstuvwxyz" // [A-Z]+ CharsetAlphaUp = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" // [0-9]+ CharsetNum = "0123456789" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.