Commit 785d6f38 authored by Łukasz Magiera's avatar Łukasz Magiera

Rename syncmount to mount

parent 25ebdb3f
// Package mount provides a Datastore that has other Datastores
// mounted at various key prefixes and is threadsafe
package syncmount
package mount
import (
"errors"
......
package syncmount_test
package mount_test
import (
"errors"
......@@ -6,7 +6,7 @@ import (
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/query"
mount "github.com/ipfs/go-datastore/syncmount"
mount "github.com/ipfs/go-datastore/mount"
dstest "github.com/ipfs/go-datastore/test"
)
......
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