summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 14:50:43 -0600
committerJeff Carr <[email protected]>2024-11-06 14:50:43 -0600
commit507a8117e1f72231753cb6aed923ed969049be98 (patch)
tree930a96ea7fa281e484d0ae0f16a2cb224c9ec275 /main.go
parent28e0f09a270e6b35cdb62ebd434ee52bf9622329 (diff)
better notes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6f6dbe2..88f7271 100644
--- a/main.go
+++ b/main.go
@@ -11,7 +11,9 @@ import (
"go.wit.com/log"
)
-var Version string
+// are sent via -ldflags at buildtime
+var VERSION string
+var GUIVERSION string
//go:embed resources/*
var resources embed.FS