mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
modules: Gofmt
This commit is contained in:
parent
882d678bbf
commit
87a07282a2
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ func (v HugoVersion) IsValid() bool {
|
|||
type Import struct {
|
||||
Path string // Module path
|
||||
IgnoreConfig bool // Ignore any config.toml found.
|
||||
Disable bool // Turn off this module.
|
||||
Disable bool // Turn off this module.
|
||||
Mounts []Mount
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue