using new organization

This commit is contained in:
Ming Deng
2020-12-13 23:09:19 +08:00
parent 093f976365
commit a70f7fc920
253 changed files with 504 additions and 503 deletions

View File

@@ -20,8 +20,8 @@
//
// Usage:
// import(
// _ "github.com/astaxie/beego/cache/memcache"
// "github.com/astaxie/beego/cache"
// _ "github.com/beego/beego/cache/memcache"
// "github.com/beego/beego/cache"
// )
//
// bm, err := cache.NewCache("memcache", `{"conn":"127.0.0.1:11211"}`)
@@ -39,7 +39,7 @@ import (
"github.com/bradfitz/gomemcache/memcache"
"github.com/astaxie/beego/client/cache"
"github.com/beego/beego/client/cache"
)
// Cache Memcache adapter.

View File

@@ -24,7 +24,7 @@ import (
_ "github.com/bradfitz/gomemcache/memcache"
"github.com/astaxie/beego/client/cache"
"github.com/beego/beego/client/cache"
)
func TestMemcacheCache(t *testing.T) {