go-libp2p-examples
go-libp2p-examples copied to clipboard
libp2p-host example missing _peer import
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.