Create go lint and test jobs #2
Annotations
9 errors
Unit tests (1.20.x)
Process completed with exit code 1.
|
lint:
client.go#L53
Error return value of `conn.CloseWithError` is not checked (errcheck)
|
lint:
client.go#L55
Error return value of `conn.CloseWithError` is not checked (errcheck)
|
lint:
peer.go#L183
Error return value of `p.acceptUnidirectionalStreams` is not checked (errcheck)
|
lint:
peer.go#L247
Error return value of `p.handleObjectMessage` is not checked (errcheck)
|
lint:
peer.go#L380
Error return value of `t.push` is not checked (errcheck)
|
lint:
server.go#L144
Error return value of `conn.CloseWithError` is not checked (errcheck)
|
lint:
peer.go#L22
var `errGoAway` is unused (unused)
|
lint
issues found
|