summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 05:24:23 -0500
committerJeff Carr <[email protected]>2025-10-19 05:24:23 -0500
commit4a544d613c256bcd3b865e98fb5abbcbf8c15672 (patch)
tree190868b5ea215e16b729b6d140ac8c68d186c1df /main.go
parent11995fd3b1902125db16fb4bce7ab9561d75ad7b (diff)
newer but still not right argvv0.0.64
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.go b/main.go
index 47d9a43..4a4e39c 100644
--- a/main.go
+++ b/main.go
@@ -15,11 +15,6 @@ import (
"go.wit.com/log"
)
-// are sent via -ldflags at buildtime
-var VERSION string
-var BUILDTIME string
-var ARGNAME string = "forged"
-
//go:embed resources/*
var resources embed.FS
@@ -35,7 +30,6 @@ func saveMissing() error {
func main() {
me = new(mainType)
- me.myGui = argvpb.Gui() // prepares the GUI package for go-args
me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args
me.forge = forgepb.InitByFullpath("/etc/forged/forge.text")