Closed whyrusleeping closed 8 years ago
I can't reproduce! What commands did you run? I ran
$ go get github.com/noffle/ipget
$ ipget QmT78zSuBmuS4z925WZfrqQ1qHaJ56DQaTfyMUF7F8ff5o
$ echo $?
0
I get this error when importing github.com/ipfs/go-ipfs-api :-/
@alexander-vielimchanitsia is on the right track: this is happening because jbenet/go-multiaddr-net
is being included both by gx (via noffle/ipfs-embedded-shell
) and by ipfs/go-ipfs-api
.
.. Confirmed that I'm having this issue.