remove unused codes
This commit is contained in:
parent
adc62c0bd4
commit
c513c134ef
4
error.go
4
error.go
|
@ -5,6 +5,6 @@ import "errors"
|
||||||
var (
|
var (
|
||||||
ErrNoMapPointer = errors.New("mp should be a map's pointer")
|
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 map's pointer")
|
||||||
ErrNotExist = errors.New("Not exist")
|
//ErrNotExist = errors.New("Not exist")
|
||||||
ErrIgnore = errors.New("Ignore")
|
//ErrIgnore = errors.New("Ignore")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue