diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 05:15:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 05:15:33 -0500 |
| commit | 5e7f902d5fae4014b8eef8c4945cbc131c6f701e (patch) | |
| tree | 0e40683c939d51b1e42935e344354cf8a81e89e9 /main.go | |
| parent | 51839a8f623c08df11ff5dae022ac318da754193 (diff) | |
newer but still not right argvv0.0.30
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -14,18 +14,11 @@ import ( "go.wit.com/log" ) -// sent via -ldflags -var VERSION string -var BUILDTIME string - // this optionally can store the GUI plugins // //go:embed resources/* var resources embed.FS -// used for shell auto completion -var ARGNAME string = "regex" - // using this for now. triggers config save var configSave bool |
