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-ds-leveldb
Commits
230cf7cd
Commit
230cf7cd
authored
Oct 21, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed datastore.go -> go-datastore
parent
c7bcdd26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
datastore.go
datastore.go
+3
-3
No files found.
datastore.go
View file @
230cf7cd
package
leveldb
import
(
ds
"github.com/jbenet/datastore
.go
"
"github.com/jbenet/datastore
.go
/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb"
"github.com/jbenet/datastore
.go
/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt"
ds
"github.com/jbenet/
go-
datastore"
"github.com/jbenet/
go-
datastore/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb"
"github.com/jbenet/
go-
datastore/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt"
)
// Datastore uses a standard Go map for internal storage.
...
...
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