libp2p / go-libp2p-examples

Example libp2p applications
MIT License
339 stars 145 forks source link

libp2p-host example missing _peer import #201

Open moratsam opened 3 years ago

moratsam commented 3 years ago

the imports in host.go should include _"github.com/libp2p/go-libp2p-core/peer"

to make it easier to run commented-out code for connecting to bootstrap peers.