stubbed out
This commit is contained in:
9
pwgenerator/errs.go
Normal file
9
pwgenerator/errs.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package pwgenerator
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrBadType error = errors.New("cannot typeswitch; unsupported type")
|
||||
)
|
||||
Reference in New Issue
Block a user