From 50ae7a6ecf2cb02cc0654ec6d7bb426dac0fa6f3 Mon Sep 17 00:00:00 2001 From: pyihe <785131182@qq.com> Date: Fri, 27 May 2022 17:59:40 +0800 Subject: [PATCH] fix(maps): fix Param func --- bytes/bytes.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bytes/bytes.go b/bytes/bytes.go index 1a7d8d6..ffd2572 100644 --- a/bytes/bytes.go +++ b/bytes/bytes.go @@ -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