diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 18:29:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 18:29:34 -0500 |
| commit | 6ccf7c45a24bf55a8d8ccc5b452dc3496aeac90e (patch) | |
| tree | 5d53d191da752f083b8b0f0eeb69788a5c9adec9 /argv.template.go | |
| parent | 76fd8976018a40d4f452c99ad62419c86f44955d (diff) | |
s/ENV/env/ for GO, but ENV really is better herev0.5.33
Diffstat (limited to 'argv.template.go')
| -rw-r--r-- | argv.template.go | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
