Documentation
¶
Overview ¶
Package randomString is written with referring this entry: http://stackoverflow.com/questions/22892120/how-to-generate-a-random-string-of-a-fixed-length-in-golang
Index ¶
Constants ¶
View Source
const LetterBytes = "abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789"
LetterBytes means letters to be used in random string. It contains all of alphabets and numbers, but lacks undistinguishable letters, 1, l, I, O, 0.
original: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.