rename package name & fix bug

This commit is contained in:
jianzhiyao
2022-04-27 23:05:08 +08:00
parent 6fffb3196f
commit 978b7e4a9d
91 changed files with 231 additions and 251 deletions

2
cache/ssdb/ssdb.go vendored
View File

@@ -9,7 +9,7 @@ import (
"github.com/ssdb/gossdb/ssdb"
"github.com/astaxie/beego/cache"
"github.com/beego/beego/cache"
)
// Cache SSDB adapter

View File

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