common/fdlimit: goimports

This commit is contained in:
Martin Holst Swende 2019-02-11 17:00:20 +01:00
parent 75e2910312
commit 389825d6a2
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -16,7 +16,10 @@
package fdlimit package fdlimit
import "syscall" import (
"errors"
"syscall"
)
// Raise tries to maximize the file descriptor allowance of this process // Raise tries to maximize the file descriptor allowance of this process
// to the maximum hard-limit allowed by the OS. // to the maximum hard-limit allowed by the OS.