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"