mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
@@ -13,7 +13,13 @@
|
||||
|
||||
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() {
|
||||
// This message to show to Windows users if Hugo is opened from explorer.exe
|
||||
|
Reference in New Issue
Block a user