go.mod: remove replace inet.af/tcpproxy => github.com/inetaf/tcpproxy
#898
Annotations
6 errors
lint:
pkg/tcpproxy/tcpproxy.go#L377
Error return value of `c.SetKeepAlive` is not checked (errcheck)
|
lint:
pkg/tcpproxy/tcpproxy.go#L378
Error return value of `c.SetKeepAlivePeriod` is not checked (errcheck)
|
lint:
pkg/tcpproxy/tcpproxy.go#L381
Error return value of `c.SetKeepAlive` is not checked (errcheck)
|
lint:
pkg/tcpproxy/tcpproxy.go#L382
Error return value of `c.SetKeepAlivePeriod` is not checked (errcheck)
|
lint:
pkg/tcpproxy/tcpproxy.go#L90
func `equals` is unused (unused)
|
lint
Process completed with exit code 2.
|