projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe78f6
)
Fix imports so hugo builds on darwin
author
spf13
<steve.francia@gmail.com>
Fri, 21 Feb 2014 23:33:46 +0000
(18:33 -0500)
committer
spf13
<steve.francia@gmail.com>
Fri, 21 Feb 2014 23:33:46 +0000
(18:33 -0500)
commands/limit_darwin.go
patch
|
blob
|
history
diff --git
a/commands/limit_darwin.go
b/commands/limit_darwin.go
index 507dd1ce54907d32c1a4700d4fb63743af7c01af..6f5c60f7f84d71e0bee9fa976a584b918d36c846 100644
(file)
--- 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)
}