mirror of https://github.com/libp2p/go-libp2p.git
Browse Source
Run `go mod tidy` Resolve staticcheck issues: - SA2002 `t.Fatal` must be called in the same goroutine as the test - U1000 unused struct - ST1005 error string should not be capitalized The `go vet` issues were the same as the ones reported by `saticcheck`. Relates to: - https://github.com/orgs/ipfs/projects/12#card-58209321merge-testsuite-transports
Masih H. Derkani
3 years ago
2 changed files with 4 additions and 10 deletions
Loading…
Reference in new issue