Close TCP, TLS connections gracefully to avoid data loss #184
Annotations
5 errors and 1 warning
golangci-lint:
internal/output/tls/tls.go#L49
Error return value of `o.conn.CloseWrite` is not checked (errcheck)
|
golangci-lint:
internal/output/tcp/tcp.go#L47
Error return value of `o.conn.CloseWrite` is not checked (errcheck)
|
golangci-lint:
internal/output/tcp/tcp.go#L57
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
golangci-lint:
internal/output/tls/tls.go#L59
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
golangci-lint
issues found
|
Read .go-version file
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading