diff --git a/internal/http/dial_others.go b/internal/http/dial_others.go index c07ed1e40..0cb215342 100644 --- a/internal/http/dial_others.go +++ b/internal/http/dial_others.go @@ -28,7 +28,8 @@ import ( ) // TODO: if possible implement for non-linux platforms, not a priority at the moment -//nolint:deadcode +// +//nolint:unused func setTCPParameters(string, string, syscall.RawConn) error { return nil }