done, should be good to go

This commit is contained in:
2022-03-04 01:17:10 -05:00
parent 1c0481824e
commit 8562241d52
3 changed files with 64 additions and 34 deletions

View File

@@ -6,6 +6,7 @@ import (
var (
ErrBadType error = errors.New("cannot typeswitch; unsupported type")
ErrEmptyCharsets error = errors.New("empty character set/no character sets selected")
ErrIncompatCharsetFilter error = errors.New("the selected minimum requirements are not possible with selected/enabled charsets")
ErrSwitchedLenLimits error = errors.New("the max password length is shorter than the minimum password length")
ErrTooSmall error = errors.New("password max length too short for specified required chars")