From: Bjørn Erik Pedersen Date: Wed, 24 Jul 2019 21:31:30 +0000 (+0200) Subject: modules: Gofmt X-Git-Tag: v0.56.0~7 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=87a07282a2f01779e098cde0aaee1bae34dc32e6;p=brevno-suite%2Fhugo modules: Gofmt --- diff --git a/modules/config.go b/modules/config.go index 818241c9..122fd6c5 100644 --- a/modules/config.go +++ b/modules/config.go @@ -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 }