args... still needs charset minimums (how?)
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package pwgenerator
|
||||
|
||||
// Defaults.
|
||||
const (
|
||||
DefCount uint = 1
|
||||
DefMaxLen uint = 256
|
||||
DefMinLin uint = 1
|
||||
)
|
||||
|
||||
// Pre-defined charsets.
|
||||
var (
|
||||
// upper contains the characters from 0x41 to 0x5a ([A-Z]).
|
||||
|
||||
Reference in New Issue
Block a user