diff options
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 |
