Skip to content

fix lint issues and move net/dial files to net #2

fix lint issues and move net/dial files to net

fix lint issues and move net/dial files to net #2

Triggered via pull request April 11, 2024 09:42
@fatedierfatedier
synchronize #31
pool
Status Failure
Total duration 22s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint: io/io.go#L66
SA1019: snappy.NewWriter is deprecated: the Writer returned is not suitable for many small writes, only for few large writes. Use NewBufferedWriter instead, which is efficient regardless of the frequency and shape of the writes, and remember to Close that Writer when done. (staticcheck)
lint: pool/snappy.go#L46
SA1019: snappy.NewWriter is deprecated: the Writer returned is not suitable for many small writes, only for few large writes. Use NewBufferedWriter instead, which is efficient regardless of the frequency and shape of the writes, and remember to Close that Writer when done. (staticcheck)
lint
issues found