change third repo from other to beego

This commit is contained in:
astaxie
2013-11-21 22:19:19 +08:00
parent c94189668f
commit a0dff9148a
6 changed files with 6 additions and 6 deletions

View File

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