Created
March 31, 2016 13:00
-
-
Save sahib/20d8966fecde59bc87b8660cf7f2694d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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