mirror of
https://github.com/pyihe/go-pkg.git
synced 2025-10-07 17:00:51 +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) {
|
func Int64(b []byte) (v int64, err error) {
|
||||||
if len(b) == 0 {
|
if len(b) == 0 {
|
||||||
err = errors.New("empty b")
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
negative := false
|
negative := false
|
||||||
|
Reference in New Issue
Block a user