summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 06:28:39 -0500
committerJeff Carr <[email protected]>2025-10-07 06:28:39 -0500
commit0b584dc4555de86ff9caea837fe59ac6f3cfee1b (patch)
treeedffffcbc9a08bf108b4c42f81f9de36cc4e0f31 /config.go
parentb3026b411408e55683932339b91a7970dcf88e4f (diff)
s/gopath/namespace/
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())