summaryrefslogtreecommitdiff
path: root/argv.template.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 18:30:57 -0500
committerJeff Carr <[email protected]>2025-10-24 18:30:57 -0500
commitf324a650ce0dd8298be4a81acadd107a62d059b2 (patch)
treeb6054e7d970d85cf1cba5df0ed744b873060741f /argv.template.go
parent675546c0a0210e109211011df7fa39515b4928fc (diff)
s/ENV/env/ but ENV really is better herev0.22.169
Diffstat (limited to 'argv.template.go')
-rw-r--r--argv.template.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/argv.template.go b/argv.template.go
index 1808722..6948afe 100644
--- a/argv.template.go
+++ b/argv.template.go
@@ -10,7 +10,7 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
- "go.wit.com/lib/ENV"
+ "go.wit.com/lib/env"
"go.wit.com/lib/fhelp"
"go.wit.com/log"
)
@@ -64,7 +64,7 @@ func (args) InitGui() error {
func (args) Exit() {
gui.UnloadToolkits()
- if ENV.Verbose() {
+ if env.Verbose() {
log.Info("argv.Exit() called", APPNAME+".Exit()")
}
// remove this from the template for your app (or make one for youself if you need it)