Documentation ¶
Index ¶
Constants ¶
View Source
const ( Number = "0123456789" Alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" Alphanumeric = Alphabet + Number )
Variables ¶
This section is empty.
Functions ¶
func RandomAlphabet ¶ added in v1.0.0
RandomAlphabet return a random n length string of alphabet.
func RandomAlphanumeric ¶ added in v1.0.0
RandomAlphanumeric return a random n length string of alphanumeric.
func RandomNumber ¶ added in v1.0.0
RandomNumber return a random n length string of number.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.