Fix imports so hugo builds on darwin
authorspf13 <steve.francia@gmail.com>
Fri, 21 Feb 2014 23:33:46 +0000 (18:33 -0500)
committerspf13 <steve.francia@gmail.com>
Fri, 21 Feb 2014 23:33:46 +0000 (18:33 -0500)
commands/limit_darwin.go

index 507dd1ce54907d32c1a4700d4fb63743af7c01af..6f5c60f7f84d71e0bee9fa976a584b918d36c846 100644 (file)
 
 package commands
 
+import (
+       "fmt"
+       "github.com/spf13/cobra"
+       "syscall"
+)
+
 func init() {
        check.AddCommand(limit)
 }