aboutsummaryrefslogtreecommitdiff
path: root/internal/db/webhook.go
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2021-05-19 13:38:13 +0800
committerGitHub <noreply@github.com>2021-05-19 13:38:13 +0800
commit1a1a01a8423a58c2c9f4906364631b160ec593eb (patch)
tree76da60be7bd2e332b91171d0b1c342928284e846 /internal/db/webhook.go
parentc4cf659e324379dba29c78d6e838dfebe6b59e2f (diff)
ci: use new lint action and add custom config (#6562)
Diffstat (limited to 'internal/db/webhook.go')
-rw-r--r--internal/db/webhook.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/webhook.go b/internal/db/webhook.go
index 61602ef9..457fa6cb 100644
--- a/internal/db/webhook.go
+++ b/internal/db/webhook.go
@@ -14,7 +14,7 @@ import (
"strings"
"time"
- "github.com/json-iterator/go"
+ jsoniter "github.com/json-iterator/go"
gouuid "github.com/satori/go.uuid"
log "unknwon.dev/clog/v2"
"xorm.io/xorm"