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
9e53626f
Commit
9e53626f
authored
Feb 02, 2017
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update go-multihash and bubble up deps
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
c981bb52
Changes
3
Hide 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 @
9e53626f
...
...
@@ -5,7 +5,7 @@ import (
"path"
"strings"
cid
"gx/ipfs/Qm
cTcsTvfaeEBRFo1TkFgT8sRmgi1n1LTZpecfVP8fzpGD
/go-cid"
cid
"gx/ipfs/Qm
V5gPoRsjN1Gid3LMdNZTyfCtP2DsvqEbMAmz82RmmiGk
/go-cid"
)
// ErrBadPath is returned when a given path is incorrectly formatted
...
...
resolver.go
View file @
9e53626f
...
...
@@ -9,9 +9,9 @@ import (
dag
"github.com/ipfs/go-ipfs/merkledag"
node
"gx/ipfs/QmRSU5EqqWVZSNdbU51yXmVoF1uNw3JgTNB6RaiL7DZM16/go-ipld-node"
logging
"gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
cid
"gx/ipfs/QmcTcsTvfaeEBRFo1TkFgT8sRmgi1n1LTZpecfVP8fzpGD/go-cid"
cid
"gx/ipfs/QmV5gPoRsjN1Gid3LMdNZTyfCtP2DsvqEbMAmz82RmmiGk/go-cid"
node
"gx/ipfs/QmYDscK7dmdo2GZ9aumS8s5auUUAH5mR1jvj5pYhWusfK7/go-ipld-node"
)
var
log
=
logging
.
Logger
(
"path"
)
...
...
resolver_test.go
View file @
9e53626f
...
...
@@ -9,8 +9,8 @@ import (
dagmock
"github.com/ipfs/go-ipfs/merkledag/test"
path
"github.com/ipfs/go-ipfs/path"
node
"gx/ipfs/Qm
RSU5EqqWVZSNdbU51yXmVoF1uNw3JgTNB6RaiL7DZM16
/go-ipld-node"
util
"gx/ipfs/Qm
b912gdngC1UWwTkhuW8knyRbcWeu5kqkxBpveLmW8bSr
/go-ipfs-util"
node
"gx/ipfs/Qm
YDscK7dmdo2GZ9aumS8s5auUUAH5mR1jvj5pYhWusfK7
/go-ipld-node"
util
"gx/ipfs/Qm
ZuY8aV7zbNXVy6DyN9SmnuH3o9nG852F4aTiSBpts8d1
/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