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:
@@ -3,9 +3,10 @@ package db
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/eryajf/chatgpt-dingtalk/pkg/logger"
|
||||
"github.com/glebarez/sqlite"
|
||||
"gorm.io/gorm"
|
||||
|
||||
"github.com/eryajf/chatgpt-dingtalk/pkg/logger"
|
||||
)
|
||||
|
||||
// 全局数据库对象
|
||||
|
Reference in New Issue
Block a user