1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 12:20:40 +00:00

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"
)

View File

@ -1,7 +1,7 @@
package session
import (
"github.com/garyburd/redigo/redis"
"github.com/beego/redigo/redis"
"strconv"
"strings"
"sync"