1 Commits

Author SHA1 Message Date
tursom
04bd5127c3 update 2023-04-18 15:10:17 +08:00
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/tursom/GoCollections/exceptions"
"github.com/tursom/GoCollections/lang"
"kvs/kv"
"gitea.tursom.cn/tursom/kvs/kv"
)
type (

View File

@@ -5,7 +5,7 @@ import (
"github.com/syndtr/goleveldb/leveldb"
"kvs/kv"
"gitea.tursom.cn/tursom/kvs/kv"
)
func Test_leveldbKVS(t *testing.T) {

View File

@@ -8,7 +8,7 @@ import (
"github.com/tursom/GoCollections/exceptions"
"github.com/tursom/GoCollections/lang"
"kvs/kv"
"gitea.tursom.cn/tursom/kvs/kv"
)
type (

View File

@@ -7,7 +7,7 @@ import (
_ "github.com/mattn/go-sqlite3"
"github.com/tursom/GoCollections/exceptions"
"kvs/kv"
"gitea.tursom.cn/tursom/kvs/kv"
)
func Test_sqliteKVS(t *testing.T) {