summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.go b/config.go
index 13d5a02..c8b5026 100644
--- a/config.go
+++ b/config.go
@@ -38,6 +38,8 @@ func (f *Forge) ConfigSave() error {
if fc.Namespace != fc.GoPath {
fc.Namespace = fc.GoPath
}
+ // todo: deprecate this
+ // fc.GoPath = "" // I want to do this but it might be a bad idea at this point
}
log.Info("Okay, this is", prep.AppName())