From 1a1a01a8423a58c2c9f4906364631b160ec593eb Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Wed, 19 May 2021 13:38:13 +0800 Subject: ci: use new lint action and add custom config (#6562) --- internal/httplib/httplib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/httplib') diff --git a/internal/httplib/httplib.go b/internal/httplib/httplib.go index 1fca7fa7..1062d220 100644 --- a/internal/httplib/httplib.go +++ b/internal/httplib/httplib.go @@ -24,7 +24,7 @@ import ( "sync" "time" - "github.com/json-iterator/go" + jsoniter "github.com/json-iterator/go" ) var defaultSetting = Settings{false, "GogsServer", 60 * time.Second, 60 * time.Second, nil, nil, nil, false} -- cgit v1.2.3