From 628440b3f93bc7beb37dfe7405710e55cd4849b9 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sat, 13 Jun 2026 18:52:30 +0800 Subject: [PATCH] =?UTF-8?q?style(pangolin):=20gofmt=20store/mysql.go(impor?= =?UTF-8?q?t=20=E6=8E=92=E5=BA=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- server/internal/store/mysql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/internal/store/mysql.go b/server/internal/store/mysql.go index 021cc22..9df85f5 100644 --- a/server/internal/store/mysql.go +++ b/server/internal/store/mysql.go @@ -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" )