using new organization
This commit is contained in:
4
adapter/cache/ssdb/ssdb.go
vendored
4
adapter/cache/ssdb/ssdb.go
vendored
@@ -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.
|
||||
|
||||
2
adapter/cache/ssdb/ssdb_test.go
vendored
2
adapter/cache/ssdb/ssdb_test.go
vendored
@@ -7,7 +7,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego/adapter/cache"
|
||||
"github.com/beego/beego/adapter/cache"
|
||||
)
|
||||
|
||||
func TestSsdbcacheCache(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user