mysql模块添加驱动

This commit is contained in:
learnmore2019
2019-02-14 09:50:57 +08:00
parent 377add3208
commit 05919b5d7d

View File

@@ -11,6 +11,7 @@ import (
"time" "time"
"github.com/duanhf2012/origin/service" "github.com/duanhf2012/origin/service"
_ "github.com/go-sql-driver/mysql"
) )
// DBModule ... // DBModule ...