Documentation
¶
Overview ¶
Package randomstring provides function to generate random string based of set of characters.
Index ¶
Constants ¶
View Source
const ( LowerLetters = "abcdefghijklmnopqrstuvwxyz" UpperLetters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" Digits = "1234567890" )
Base characters allowed in a password
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.