mirror of
https://github.com/eryajf/chatgpt-dingtalk.git
synced 2025-10-12 19:40:16 +08:00
feat: makefile support go sort imports (#282)
This commit is contained in:
@@ -3,13 +3,14 @@ package process
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/eryajf/chatgpt-dingtalk/public"
|
||||
"strings"
|
||||
|
||||
"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/solywsh/chatgpt"
|
||||
"github.com/eryajf/chatgpt-dingtalk/public"
|
||||
)
|
||||
|
||||
// ImageGenerate openai生成图片
|
||||
|
Reference in New Issue
Block a user