You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running go get -u github.com/Netflix/p2plab/cmd/labd, I got these compilation errors below:
# github.com/Netflix/p2plab/peer
go/pkg/mod/github.com/!netflix/[email protected]/peer/peer.go:170:11: p.swarm.Filters undefined (type *swarm.Swarm has no field or method Filters)
go/pkg/mod/github.com/!netflix/[email protected]/peer/peer.go:196:11: p.swarm.Filters undefined (type *swarm.Swarm has no field or method Filters)
The text was updated successfully, but these errors were encountered:
go env
OutputAfter running
go get -u github.com/Netflix/p2plab/cmd/labd
, I got these compilation errors below:The text was updated successfully, but these errors were encountered: