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
e46eb708
Commit
e46eb708
authored
Dec 03, 2017
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx: update go-multihash
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
0fbb0f90
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
path.go
path.go
+1
-1
resolver.go
resolver.go
+2
-2
resolver_test.go
resolver_test.go
+2
-2
No files found.
path.go
View file @
e46eb708
...
...
@@ -5,7 +5,7 @@ import (
"path"
"strings"
cid
"gx/ipfs/Qm
Np85zy9RLrQ5oQD4hPyS39ezrrXpcaa7R4Y9kxdWQLLQ
/go-cid"
cid
"gx/ipfs/Qm
eSrf6pzut73u6zLQkRFQ3ygt3k6XFT2kjdYP8Tnkwwyg
/go-cid"
)
// ErrBadPath is returned when a given path is incorrectly formatted
...
...
resolver.go
View file @
e46eb708
...
...
@@ -9,9 +9,9 @@ import (
dag
"github.com/ipfs/go-ipfs/merkledag"
cid
"gx/ipfs/QmNp85zy9RLrQ5oQD4hPyS39ezrrXpcaa7R4Y9kxdWQLLQ/go-cid"
node
"gx/ipfs/QmPN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c/go-ipld-format"
node
"gx/ipfs/QmNwUEK7QbwSqyKBu3mMtToo8SUc6wQJ7gdZq4gGGJqfnf/go-ipld-format"
logging
"gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
cid
"gx/ipfs/QmeSrf6pzut73u6zLQkRFQ3ygt3k6XFT2kjdYP8Tnkwwyg/go-cid"
)
var
log
=
logging
.
Logger
(
"path"
)
...
...
resolver_test.go
View file @
e46eb708
...
...
@@ -9,8 +9,8 @@ import (
dagmock
"github.com/ipfs/go-ipfs/merkledag/test"
path
"github.com/ipfs/go-ipfs/path"
node
"gx/ipfs/Qm
PN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c
/go-ipld-format"
util
"gx/ipfs/Qm
SU6eubNdhXjFBJBSksTp8kv8YRub8mGAPv8tVJHmL2EU
/go-ipfs-util"
node
"gx/ipfs/Qm
NwUEK7QbwSqyKBu3mMtToo8SUc6wQJ7gdZq4gGGJqfnf
/go-ipld-format"
util
"gx/ipfs/Qm
PsAfmDBnZN3kZGSuNwvCNDZiHneERSKmRcFyG3UkvcT3
/go-ipfs-util"
)
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