Skip to content

Instantly share code, notes, and snippets.

@sahib
Created March 31, 2016 13:00
Embed
What would you like to do?
package main
import (
A "github.com/jbenet/go-multihash"
B "gx/ipfs/QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku/go-multihash"
)
func main() {
a := A.Multihash(nil)
b := B.Multihash(nil)
a = b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment