mirror of
https://github.com/eryajf/chatgpt-dingtalk.git
synced 2025-10-05 08:07:03 +08:00
feat: makefile support go sort imports (#282)
This commit is contained in:
@@ -2,12 +2,13 @@ package dingbot
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"github.com/eryajf/chatgpt-dingtalk/config"
|
||||
"image"
|
||||
"image/color"
|
||||
"image/png"
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/eryajf/chatgpt-dingtalk/config"
|
||||
)
|
||||
|
||||
func TestUploadMedia_Pass_WithValidConfig(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user