Fix imports so hugo builds on darwin

This commit is contained in:
spf13 2014-02-21 18:33:46 -05:00
parent 8fe78f6ff5
commit dc068ccb87
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@
package commands
import (
"fmt"
"github.com/spf13/cobra"
"syscall"
)
func init() {
check.AddCommand(limit)
}