diff --git a/commands/limit_darwin.go b/commands/limit_darwin.go index 507dd1ce5..6f5c60f7f 100644 --- a/commands/limit_darwin.go +++ b/commands/limit_darwin.go @@ -14,6 +14,12 @@ package commands +import ( + "fmt" + "github.com/spf13/cobra" + "syscall" +) + func init() { check.AddCommand(limit) }