mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 04:10:38 +00:00
change third repo from other to beego
This commit is contained in:
2
cache/memcache.go
vendored
2
cache/memcache.go
vendored
@ -1,9 +1,9 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"code.google.com/p/vitess/go/memcache"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"github.com/beego/memcache"
|
||||
)
|
||||
|
||||
type MemcacheCache struct {
|
||||
|
2
cache/redis.go
vendored
2
cache/redis.go
vendored
@ -3,7 +3,7 @@ package cache
|
||||
import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"github.com/garyburd/redigo/redis"
|
||||
"github.com/beego/redigo/redis"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user