From 9326c6b6fe5433e5ef34dc69289993d58cfe9644 Mon Sep 17 00:00:00 2001 From: guzeng Date: Tue, 8 Jun 2021 10:35:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sign?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sign.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/sign.go b/sign.go index 892a7e9..05d61d3 100644 --- a/sign.go +++ b/sign.go @@ -3,9 +3,7 @@ package msgrpc import ( "crypto/md5" "encoding/hex" - "encoding/json" "errors" - "log" "strconv" "strings" "time"