mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix imports so hugo builds on darwin
This commit is contained in:
parent
8fe78f6ff5
commit
dc068ccb87
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
|||
|
||||
package commands
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/spf13/cobra"
|
||||
"syscall"
|
||||
)
|
||||
|
||||
func init() {
|
||||
check.AddCommand(limit)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue