Documentation ¶
Index ¶
Constants ¶
View Source
const ( LOWER = "abcdefghijklmnopqrstuvwxyz" UPPER = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" DIGITS = "0123456789" ALL = LOWER + UPPER + DIGITS )
Variables ¶
This section is empty.
Functions ¶
func RandomBool ¶
func RandomBool() bool
func RandomPassword ¶
func RandomString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.