Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SeedNumber is the number 0-9 SeedNumber = "0123456789" // SeedLetter is the all lowercase letter SeedLetter = "abcdefghijklmnopqrstuvwxyz" // SeedCapital is the all uppercase letter SeedCapital = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" // SeedWords is the all number and lowercase letter. SeedWords = SeedNumber + SeedLetter // SeedReadFriendly removed the ambiguous words, such as number '0' and letter 'o', and so on. SeedReadFriendly = "23456789ABCDEFGHJKMNPQRSTWXYZ" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.