mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Fix imports so hugo builds on darwin
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user