modules: Gofmt

This commit is contained in:
Bjørn Erik Pedersen 2019-07-24 23:31:30 +02:00
parent 882d678bbf
commit 87a07282a2
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with 1 additions and 1 deletions

View File

@ -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
}