diff options
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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()) |
