mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
32ead4b1e7
commit
58b6742cfe
1 changed files with 7 additions and 1 deletions
|
@ -13,7 +13,13 @@
|
||||||
|
|
||||||
package commands
|
package commands
|
||||||
|
|
||||||
import "github.com/spf13/cobra"
|
import (
|
||||||
|
// For time zone lookups on Windows without Go installed.
|
||||||
|
// See #8892
|
||||||
|
_ "time/tzdata"
|
||||||
|
|
||||||
|
"github.com/spf13/cobra"
|
||||||
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
// This message to show to Windows users if Hugo is opened from explorer.exe
|
// This message to show to Windows users if Hugo is opened from explorer.exe
|
||||||
|
|
Loading…
Reference in a new issue