update
This commit is contained in:
parent
fe5ce0df4d
commit
04bd5127c3
@ -5,7 +5,7 @@ import (
|
|||||||
"github.com/tursom/GoCollections/exceptions"
|
"github.com/tursom/GoCollections/exceptions"
|
||||||
"github.com/tursom/GoCollections/lang"
|
"github.com/tursom/GoCollections/lang"
|
||||||
|
|
||||||
"kvs/kv"
|
"gitea.tursom.cn/tursom/kvs/kv"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
|
|
||||||
"github.com/syndtr/goleveldb/leveldb"
|
"github.com/syndtr/goleveldb/leveldb"
|
||||||
|
|
||||||
"kvs/kv"
|
"gitea.tursom.cn/tursom/kvs/kv"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Test_leveldbKVS(t *testing.T) {
|
func Test_leveldbKVS(t *testing.T) {
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
"github.com/tursom/GoCollections/exceptions"
|
"github.com/tursom/GoCollections/exceptions"
|
||||||
"github.com/tursom/GoCollections/lang"
|
"github.com/tursom/GoCollections/lang"
|
||||||
|
|
||||||
"kvs/kv"
|
"gitea.tursom.cn/tursom/kvs/kv"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
_ "github.com/mattn/go-sqlite3"
|
_ "github.com/mattn/go-sqlite3"
|
||||||
"github.com/tursom/GoCollections/exceptions"
|
"github.com/tursom/GoCollections/exceptions"
|
||||||
|
|
||||||
"kvs/kv"
|
"gitea.tursom.cn/tursom/kvs/kv"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Test_sqliteKVS(t *testing.T) {
|
func Test_sqliteKVS(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user