summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 11:16:44 -0500
committerJeff Carr <[email protected]>2025-10-18 11:16:44 -0500
commit9278157fc2a5ac8835dbc1aa505ccff9ec5f064f (patch)
treef50bfcf029dff7bd2b7852f86489ed3a2db06cd2 /main.go
parent42727d1d27bc2cd3f772396e3c6bea5b3df2e01d (diff)
new argv support scheme
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.go b/main.go
index 42e3a81..d7d458a 100644
--- a/main.go
+++ b/main.go
@@ -14,18 +14,11 @@ import (
"go.wit.com/log"
)
-// sent via -ldflags // is there a better way?
-var VERSION string
-var BUILDTIME string
-
// at build time, this can be used to store GUI plugins with matching GO deps
//
//go:embed resources/*
var resources embed.FS
-// used for shell auto completion
-var ARGNAME string = "forge"
-
func main() {
me = new(mainType)
var s string