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

@@ -1,8 +1,8 @@
package ssdb
import (
"github.com/astaxie/beego/adapter/cache"
ssdb2 "github.com/astaxie/beego/client/cache/ssdb"
"github.com/beego/beego/adapter/cache"
ssdb2 "github.com/beego/beego/client/cache/ssdb"
)
// NewSsdbCache create new ssdb adapter.

View File

@@ -7,7 +7,7 @@ import (
"testing"
"time"
"github.com/astaxie/beego/adapter/cache"
"github.com/beego/beego/adapter/cache"
)
func TestSsdbcacheCache(t *testing.T) {