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-path
Commits
881f9a3e
Commit
881f9a3e
authored
Jul 28, 2018
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix paths
parent
70ccea0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
resolver/resolver.go
resolver/resolver.go
+2
-2
resolver/resolver_test.go
resolver/resolver_test.go
+4
-4
No files found.
resolver/resolver.go
View file @
881f9a3e
...
...
@@ -7,12 +7,12 @@ import (
"fmt"
"time"
path
"github.com/ipfs/go-ipfs/path"
dag
"github.com/ipfs/go-merkledag"
path
"github.com/ipfs/go-path"
cid
"github.com/ipfs/go-cid"
ipld
"github.com/ipfs/go-ipld-format"
logging
"github.com/ipfs/go-log"
dag
"github.com/ipfs/go-merkledag"
)
var
log
=
logging
.
Logger
(
"pathresolv"
)
...
...
resolver/resolver_test.go
View file @
881f9a3e
...
...
@@ -7,12 +7,12 @@ import (
"testing"
"time"
path
"github.com/ipfs/go-ipfs/path"
"github.com/ipfs/go-ipfs/path/resolver"
merkledag
"github.com/ipfs/go-merkledag"
dagmock
"github.com/ipfs/go-merkledag/test"
path
"github.com/ipfs/go-path"
"github.com/ipfs/go-path/resolver"
ipld
"github.com/ipfs/go-ipld-format"
merkledag
"github.com/ipfs/go-merkledag"
dagmock
"github.com/ipfs/go-merkledag/test"
)
func
randNode
()
*
merkledag
.
ProtoNode
{
...
...
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