Documentation
¶
Index ¶
Constants ¶
View Source
const ( LowerChars = "abcdefghijklmnopqrstuvwxyz" UpperChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" SpecialChars = "!@#$%" Numbers = "0123456789" Alphanumeric = LowerChars + UpperChars + Numbers AllChars = Alphanumeric + SpecialChars Length = 20 )
Variables ¶
This section is empty.
Functions ¶
func GeneratePassword ¶
GeneratePassword - generates a random password of 20 length
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.