01d87591 by astaxie

session & orm register called twice for driver mysql

1 parent ff1b8588
...@@ -9,7 +9,6 @@ package session ...@@ -9,7 +9,6 @@ package session
9 9
10 import ( 10 import (
11 "database/sql" 11 "database/sql"
12 _ "github.com/beego/mysql"
13 "sync" 12 "sync"
14 "time" 13 "time"
15 ) 14 )
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!