shithub: hugo

Download patch

ref: dc068ccb87a1def743280250e2ea41d91e05d37a
parent: 8fe78f6ff52496d4d3393495d6e598dceed15dda
author: spf13 <[email protected]>
date: Fri Feb 21 13:33:46 EST 2014

Fix imports so hugo builds on darwin

--- 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)
 }