1
0
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:
astaxie
2013-11-21 22:19:19 +08:00
parent c94189668f
commit a0dff9148a
6 changed files with 6 additions and 6 deletions

2
cache/memcache.go vendored
View File

@ -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
View File

@ -3,7 +3,7 @@ package cache
import (
"encoding/json"
"errors"
"github.com/garyburd/redigo/redis"
"github.com/beego/redigo/redis"
)
var (