mirror of
https://github.com/astaxie/beego.git
synced 2025-07-26 15:35:30 +00:00
dictinct system pkg and third pkg
This commit is contained in:
@@ -9,9 +9,10 @@ package session
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
)
|
||||
|
||||
var mysqlpder = &MysqlProvider{}
|
||||
|
@@ -1,10 +1,11 @@
|
||||
package session
|
||||
|
||||
import (
|
||||
"github.com/beego/redigo/redis"
|
||||
"strconv"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/beego/redigo/redis"
|
||||
)
|
||||
|
||||
var redispder = &RedisProvider{}
|
||||
|
Reference in New Issue
Block a user