style(pangolin): gofmt store/mysql.go(import 排序)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-06-13 18:52:30 +08:00
parent 20a1f8e2af
commit 628440b3f9
+1 -1
View File
@@ -6,8 +6,8 @@ import (
"time"
// Register the mysql driver with database/sql.
_ "github.com/go-sql-driver/mysql"
"github.com/go-sql-driver/mysql"
_ "github.com/go-sql-driver/mysql"
"github.com/wangjia/pangolin/server/internal/config"
)