summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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