diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 06:28:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 06:28:39 -0500 |
| commit | 0b584dc4555de86ff9caea837fe59ac6f3cfee1b (patch) | |
| tree | edffffcbc9a08bf108b4c42f81f9de36cc4e0f31 /config.go | |
| parent | b3026b411408e55683932339b91a7970dcf88e4f (diff) | |
s/gopath/namespace/
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()) |
