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:
@@ -5,13 +5,14 @@ import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/eryajf/chatgpt-dingtalk/config"
|
||||
"io"
|
||||
"mime/multipart"
|
||||
"net/http"
|
||||
url2 "net/url"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/eryajf/chatgpt-dingtalk/config"
|
||||
)
|
||||
|
||||
// OpenAPI doc: https://open.dingtalk.com/document/isvapp/upload-media-files
|
||||
|
Reference in New Issue
Block a user