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
89d5ea6f
Commit
89d5ea6f
authored
Jun 10, 2016
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all godeps
License: MIT Signed-off-by:
Jakub Sztandera
<
kubuxu@protonmail.ch
>
parent
6d35a528
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
flatfs.go
flatfs.go
+2
-2
flatfs_test.go
flatfs_test.go
+1
-1
No files found.
flatfs.go
View file @
89d5ea6f
...
...
@@ -14,10 +14,10 @@ import (
"time"
"github.com/ipfs/go-datastore"
"github.com/
ipfs/go-datastore/Godeps/_workspace/src/github.com/
jbenet/go-os-rename"
"github.com/jbenet/go-os-rename"
"github.com/ipfs/go-datastore/query"
logging
"github.com/ipfs/go-
datastore/Godeps/_workspace/src/github.com/ipfs/go-
log"
logging
"github.com/ipfs/go-log"
)
var
log
=
logging
.
Logger
(
"flatfs"
)
...
...
flatfs_test.go
View file @
89d5ea6f
...
...
@@ -13,7 +13,7 @@ import (
"github.com/ipfs/go-datastore/query"
dstest
"github.com/ipfs/go-datastore/test"
rand
"github.com/
ipfs/go-datastore/Godeps/_workspace/src/github.com/
dustin/randbo"
rand
"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