package pwgenerator import ( "errors" ) var ( ErrBadType error = errors.New("cannot typeswitch; unsupported type") )