ref: 87a07282a2f01779e098cde0aaee1bae34dc32e6
parent: 882d678bbf2a149a90e2aed4341d7f6fc2cb394d
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Wed Jul 24 19:31:30 EDT 2019
modules: Gofmt
--- a/modules/config.go
+++ b/modules/config.go
@@ -301,7 +301,7 @@
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
}