error message fixed
This commit is contained in:
parent
8e56c9684c
commit
5d275bdbcd
2
error.go
2
error.go
|
@ -4,7 +4,7 @@ import "errors"
|
|||
|
||||
var (
|
||||
ErrNoMapPointer = errors.New("mp should be a map's pointer")
|
||||
ErrNoStructPointer = errors.New("mp should be a map's pointer")
|
||||
ErrNoStructPointer = errors.New("mp should be a struct's pointer")
|
||||
//ErrNotExist = errors.New("Not exist")
|
||||
//ErrIgnore = errors.New("Ignore")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue