Perform handshake on first read/write #1230
Annotations
8 errors and 5 warnings
bench_test.go#L43
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
conn_go_test.go#L69
Function `Dial` should pass the context parameter (contextcheck)
|
conn_go_test.go#L100
Function `Client` should pass the context parameter (contextcheck)
|
conn_go_test.go#L134
Function `Server` should pass the context parameter (contextcheck)
|
conn_test.go#L3250
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
conn_test.go#L3415
Function `Read->Handshake` should pass the context parameter (contextcheck)
|
e2e/e2e_test.go#L263
type assertion must be checked (forcetypeassert)
|
|
conn.go#L326
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
conn.go#L338
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
conn.go#L228
exported: exported method Conn.Handshake should have comment or be unexported (revive)
|
conn.go#L232
exported: exported method Conn.HandshakeContext should have comment or be unexported (revive)
|
|
This job failed
Loading