fix(maps):

fix Param func
This commit is contained in:
pyihe
2022-05-27 17:59:40 +08:00
parent 2ae6115531
commit 50ae7a6ecf

View File

@@ -21,7 +21,6 @@ var (
func Int64(b []byte) (v int64, err error) {
if len(b) == 0 {
err = errors.New("empty b")
return
}
negative := false