feat: makefile support go sort imports (#282)

This commit is contained in:
Ashing Zheng
2023-09-07 23:01:14 +08:00
committed by GitHub
parent 24d40aba48
commit f3973180ea
15 changed files with 44 additions and 18 deletions

View File

@@ -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"
)
// 全局数据库对象