Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-datastore
Commits
785d6f38
Commit
785d6f38
authored
Jan 27, 2018
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename syncmount to mount
parent
25ebdb3f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mount/mount.go
mount/mount.go
+1
-1
mount/mount_test.go
mount/mount_test.go
+2
-2
No files found.
sync
mount/mount.go
→
mount/mount.go
View file @
785d6f38
// Package mount provides a Datastore that has other Datastores
// mounted at various key prefixes and is threadsafe
package
sync
mount
package
mount
import
(
"errors"
...
...
sync
mount/mount_test.go
→
mount/mount_test.go
View file @
785d6f38
package
sync
mount_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/
sync
mount"
mount
"github.com/ipfs/go-datastore/mount"
dstest
"github.com/ipfs/go-datastore/test"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment