1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 07:04:13 +00:00

session & orm register called twice for driver mysql

This commit is contained in:
astaxie 2013-11-26 17:12:25 +08:00
parent ff1b8588e0
commit 01d87591e4

View File

@ -9,7 +9,6 @@ package session
import (
"database/sql"
_ "github.com/beego/mysql"
"sync"
"time"
)