diff --git a/common/fdlimit/fdlimit_darwin.go b/common/fdlimit/fdlimit_darwin.go index e207bb7cd6..be50873a85 100644 --- a/common/fdlimit/fdlimit_darwin.go +++ b/common/fdlimit/fdlimit_darwin.go @@ -16,7 +16,10 @@ package fdlimit -import "syscall" +import ( + "errors" + "syscall" +) // Raise tries to maximize the file descriptor allowance of this process // to the maximum hard-limit allowed by the OS.