mirror of
https://github.com/minio/minio.git
synced 2025-03-31 17:53:43 -04:00
lint: Fix in darwin environment (#16368)
This commit is contained in:
parent
e0086c1be7
commit
1c85652cff
@ -28,7 +28,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// TODO: if possible implement for non-linux platforms, not a priority at the moment
|
// 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 {
|
func setTCPParameters(string, string, syscall.RawConn) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user