client_call test #11
Annotations
6 errors
Run GolangCI:
client_test.go#L51
unnecessary trailing newline (whitespace)
|
Run GolangCI:
client_test.go#L52
block should not end with a whitespace (or comment) (wsl)
|
Run GolangCI:
client_test.go#L91
response body must be closed (bodyclose)
|
Run GolangCI:
client_test.go#L39
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Run GolangCI:
client_test.go#L92
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Run GolangCI
issues found
|