mirror of
https://github.com/pyihe/go-pkg.git
synced 2025-10-06 08:27:01 +08:00
fix(maps):
fix Param func
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user