From 6ccf7c45a24bf55a8d8ccc5b452dc3496aeac90e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 18:29:34 -0500 Subject: s/ENV/env/ for GO, but ENV really is better here --- argv.template.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'argv.template.go') diff --git a/argv.template.go b/argv.template.go index 9949255..4e6f4f7 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/log" ) @@ -55,7 +55,7 @@ func (args) WriteHelp() 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) -- cgit v1.2.3