libp2p / go-libp2p-examples

Example libp2p applications
MIT License
338 stars 145 forks source link

undefined: proto.InternalMessageInfo #16

Open jianhuaixie opened 5 years ago

jianhuaixie commented 5 years ago

go run host.go happen the error

upperwal commented 5 years ago

@jianhuaixie refer to #11

qustavo commented 5 years ago

I had the same problem, fixed by cloning go-libp2p-crypto

cd $GOPATH/src/github.com/libp2p
git clone git@github.com:libp2p/go-libp2p-crypto.git