Skip to content

Instantly share code, notes, and snippets.

@sahib
Created March 31, 2016 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sahib/20d8966fecde59bc87b8660cf7f2694d to your computer and use it in GitHub Desktop.
Save sahib/20d8966fecde59bc87b8660cf7f2694d to your computer and use it in GitHub Desktop.
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