Documentation
¶
Overview ¶
Credit: https://github.com/matoous/go-nanoid Credit: https://github.com/ai/nanoid
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AlphabetDefault = []rune("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") AlphabetBase64 = []rune("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/") AlphabetHex = []rune("0123456789abcdef") AlphabetAscii85 = []rune("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!#$%&()*+-;<=>?@^_`{|}~") )
defaultAlphabet is the alphabet used for ID characters by default.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.