From 4b70efc00f17396c206f03c87385a6ada8d9f70a Mon Sep 17 00:00:00 2001 From: xieyongqi <657023321@qq.com> Date: Thu, 5 Dec 2024 16:24:30 +0800 Subject: [PATCH] impore strings --- v2/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/client.go b/v2/client.go index e8fd366b..bc4c6f3e 100644 --- a/v2/client.go +++ b/v2/client.go @@ -11,6 +11,7 @@ import ( "net/http" "net/url" "os" + "strings" "time" "github.com/bitly/go-simplejson"