From 1c85652cff994752d929e978989661061e3defda Mon Sep 17 00:00:00 2001 From: Anis Elleuch Date: Thu, 5 Jan 2023 19:12:01 +0100 Subject: [PATCH] lint: Fix in darwin environment (#16368) --- internal/http/dial_others.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }