Commit be73d105 authored by Jeromy's avatar Jeromy Committed by Jakub Sztandera

bubble up updates from go-multihash changes

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent 66af0391
......@@ -5,8 +5,8 @@ import (
"errors"
"io"
cid "gx/ipfs/QmV5gPoRsjN1Gid3LMdNZTyfCtP2DsvqEbMAmz82RmmiGk/go-cid"
ipld "gx/ipfs/QmYDscK7dmdo2GZ9aumS8s5auUUAH5mR1jvj5pYhWusfK7/go-ipld-node"
cid "gx/ipfs/QmYhQaCYEcaPPjxJX7YcPcVKkQfRy6sJ7B3XmGFk82XYdQ/go-cid"
ipld "gx/ipfs/Qmb3Hm9QDFmfYuET4pu7Kyg8JV78jFa1nvZx5vnCZsK4ck/go-ipld-format"
)
type Path interface {
......@@ -17,7 +17,7 @@ type Path interface {
}
// TODO: should we really copy these?
// if we didn't, godoc would generate nice links straight to go-ipld-node
// if we didn't, godoc would generate nice links straight to go-ipld-format
type Node ipld.Node
type Link ipld.Link
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment