feat: makefile support go sort imports (#282)

This commit is contained in:
Ashing Zheng
2023-09-07 23:01:14 +08:00
committed by GitHub
parent 24d40aba48
commit f3973180ea
15 changed files with 44 additions and 18 deletions
+2 -1
View File
@@ -6,11 +6,12 @@ import (
"strings"
"time"
"github.com/solywsh/chatgpt"
"github.com/eryajf/chatgpt-dingtalk/pkg/db"
"github.com/eryajf/chatgpt-dingtalk/pkg/dingbot"
"github.com/eryajf/chatgpt-dingtalk/pkg/logger"
"github.com/eryajf/chatgpt-dingtalk/public"
"github.com/solywsh/chatgpt"
)
// ProcessRequest 分析处理请求逻辑