From: spf13 Date: Fri, 21 Feb 2014 23:33:46 +0000 (-0500) Subject: Fix imports so hugo builds on darwin X-Git-Tag: v0.10~11 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dc068ccb;p=brevno-suite%2Fhugo Fix imports so hugo builds on darwin --- diff --git a/commands/limit_darwin.go b/commands/limit_darwin.go index 507dd1ce..6f5c60f7 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) }