fix
wangpengfei
2023-09-05 20acdf9648c20c4b1e0b03af98bd0010bab66f7b
service/system/sys_initdb_mysql.go
@@ -6,16 +6,16 @@
   "fmt"
   "path/filepath"
   "github.com/flipped-aurora/gin-vue-admin/server/config"
   "github.com/gookit/color"
   "srm/config"
   "github.com/flipped-aurora/gin-vue-admin/server/utils"
   "srm/utils"
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   "github.com/gofrs/uuid/v5"
   "gorm.io/driver/mysql"
   "gorm.io/gorm"
   "srm/global"
   "srm/model/system/request"
)
type MysqlInitHandler struct{}