Mario/p2p #6974
Annotations
3 errors
golangci-lint:
p2p/p2p_test.go#L35
cannot use "" (untyped string constant) as []peer.AddrInfo value in argument to p2p.NewWithHost
|
golangci-lint:
p2p/p2p_test.go#L57
cannot use strings.Join(peerAddrsString, ",") (value of type string) as []peer.AddrInfo value in argument to p2p.NewWithHost (typecheck)
|
golangci-lint
Process completed with exit code 2.
|
Loading