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-flatfs
Commits
15a35675
Commit
15a35675
authored
Jan 01, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pathing
parent
b1cc140e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
flatfs.go
flatfs.go
+4
-4
flatfs_test.go
flatfs_test.go
+5
-5
No files found.
flatfs.go
View file @
15a35675
...
...
@@ -13,11 +13,11 @@ import (
"strings"
"time"
"github.com/
jbenet
/go-datastore"
"github.com/
jbenet
/go-datastore/Godeps/_workspace/src/github.com/jbenet/go-os-rename"
"github.com/
jbenet
/go-datastore/query"
"github.com/
ipfs
/go-datastore"
"github.com/
ipfs
/go-datastore/Godeps/_workspace/src/github.com/jbenet/go-os-rename"
"github.com/
ipfs
/go-datastore/query"
logging
"github.com/
jbenet
/go-datastore/Godeps/_workspace/src/github.com/ipfs/go-log"
logging
"github.com/
ipfs
/go-datastore/Godeps/_workspace/src/github.com/ipfs/go-log"
)
var
log
=
logging
.
Logger
(
"flatfs"
)
...
...
flatfs_test.go
View file @
15a35675
...
...
@@ -8,12 +8,12 @@ import (
"runtime"
"testing"
"github.com/
jbenet
/go-datastore"
"github.com/
jbenet
/go-datastore/flatfs"
"github.com/
jbenet
/go-datastore/query"
dstest
"github.com/
jbenet
/go-datastore/test"
"github.com/
ipfs
/go-datastore"
"github.com/
ipfs
/go-datastore/flatfs"
"github.com/
ipfs
/go-datastore/query"
dstest
"github.com/
ipfs
/go-datastore/test"
rand
"github.com/
jbenet
/go-datastore/Godeps/_workspace/src/github.com/dustin/randbo"
rand
"github.com/
ipfs
/go-datastore/Godeps/_workspace/src/github.com/dustin/randbo"
)
func
tempdir
(
t
testing
.
TB
)
(
path
string
,
cleanup
func
())
{
...
...
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