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 81033dc..9e1be02 100644
--- a/main.go
+++ b/main.go
@@ -16,13 +16,6 @@ import (
"go.wit.com/log"
)
-// sent via -ldflags
-var VERSION string
-var BUILDTIME string
-
-// used for shell auto completion
-var ARGNAME string = "fixup" // todo: get this from $0 ?
-
//go:embed resources/*
var resources embed.FS