mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-21 01:33:50 +00: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
|
package commands
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"github.com/spf13/cobra"
|
||||||
|
"syscall"
|
||||||
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
check.AddCommand(limit)
|
check.AddCommand(limit)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue