From 2cece05bd2e1bc2c6cff4bce5b6cbcb19c652b12 Mon Sep 17 00:00:00 2001 From: dustoair <107600816+dustoair@users.noreply.github.com> Date: Thu, 28 Jul 2022 19:07:21 +0800 Subject: [PATCH] _ "github.com/go-sql-driver/mysql" --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index b99f8db..9bff1a4 100644 --- a/main.go +++ b/main.go @@ -5,6 +5,7 @@ import ( "WechatGateWay/handle" "WechatGateWay/third_part" "fmt" + _ "github.com/go-sql-driver/mysql" "github.com/jinzhu/gorm" "github.com/robfig/cron" "github.com/spf13/viper"