Documentation ¶
Index ¶
Constants ¶
View Source
const ( Default = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" Alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" Upper = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" Lower = "abcdefghijklmnopqrstuvwxyz" Numeric = "0123456789" Hex = "0123456789abcdef" // Human creates strings which are easily distinguishable from others // created with the same charset. It contains most lowercase alphanumeric characters without // 0,o,i,1,l. Human = "23456789abcdefghjkmnpqrstuvwxyz" )
The provided charsets.
Variables ¶
This section is empty.
Functions ¶
func MakeCharset ¶
MakeCharset generates a random string using the provided charset and size.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.