Fix comment.

This commit is contained in:
Yang Luo
2021-04-29 21:54:53 +08:00
parent 6dcece3990
commit fa2653c836
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import (
"github.com/astaxie/beego"
_ "github.com/go-sql-driver/mysql" // db = mysql
//_ "github.com/lib/pq" // db = postgres
//_ "github.com/lib/pq" // db = postgres
"xorm.io/xorm"
)