Documentation
¶
Index ¶
Constants ¶
View Source
const ( Lowercase Combination = 1 << iota Uppercase Number Special Alpha = Lowercase | Uppercase Word = Alpha | Number All = Word | Special )
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
func Generate(length int, c Combination) string
Types ¶
type Combination ¶
type Combination int
Click to show internal directories.
Click to hide internal directories.