Commit d25ddf55 authored by 张振华's avatar 张振华

update

parent f69a4550
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
package main package main
import ( import (
"github.com/33cn/plugin/plugin/store/mpt"
"io/ioutil" "io/ioutil"
"os" "os"
"time" "time"
...@@ -33,7 +32,7 @@ func main() { ...@@ -33,7 +32,7 @@ func main() {
os.RemoveAll(dir) //删除已存在目录 os.RemoveAll(dir) //删除已存在目录
var storeCfg = newStoreCfg(dir) var storeCfg = newStoreCfg(dir)
store := mpt.New(storeCfg, nil).(*mavl.Store) store := mavl.New(storeCfg, nil).(*mavl.Store)
var kv []*types.KeyValue var kv []*types.KeyValue
var key string var key string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment