mirror of
https://github.com/eryajf/chatgpt-dingtalk.git
synced 2025-10-06 08:36:55 +08:00
feat: makefile support go sort imports (#282)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package public
|
||||
|
||||
import (
|
||||
"github.com/sashabaranov/go-openai"
|
||||
|
||||
"github.com/eryajf/chatgpt-dingtalk/config"
|
||||
"github.com/eryajf/chatgpt-dingtalk/pkg/cache"
|
||||
"github.com/eryajf/chatgpt-dingtalk/pkg/db"
|
||||
"github.com/eryajf/chatgpt-dingtalk/pkg/dingbot"
|
||||
"github.com/sashabaranov/go-openai"
|
||||
)
|
||||
|
||||
var UserService cache.UserServiceInterface
|
||||
|
Reference in New Issue
Block a user