lint: Fix in darwin environment (#16368)

This commit is contained in:
Anis Elleuch 2023-01-05 19:12:01 +01:00 committed by GitHub
parent e0086c1be7
commit 1c85652cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}