Closed giraffekey closed 4 years ago
Hi, when I try to run go get github.com/libp2p/go-libp2p-kbucket I get the following message:
go get github.com/libp2p/go-libp2p-kbucket
../../libp2p/go-libp2p-kbucket/peerdiversity/filter.go:13:2: no Go files in ~/go/src/github.com/libp2p/go-libp2p-asn-util`
../../libp2p/go-libp2p-kbucket/peerdiversity/filter.go:13:2:
Any idea what is causing this and how to fix it?
Please use go modules.
This seems closed. Feel free to reopen if I'm mistaken.
Hi, when I try to run
go get github.com/libp2p/go-libp2p-kbucket
I get the following message:../../libp2p/go-libp2p-kbucket/peerdiversity/filter.go:13:2:
no Go files in ~/go/src/github.com/libp2p/go-libp2p-asn-util`Any idea what is causing this and how to fix it?