summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-16 00:06:21 -0600
committerJeff Carr <[email protected]>2024-11-16 00:06:21 -0600
commit9c6a232bb6c9746678e58d69b2592a52fd118835 (patch)
treefe94f7343a29bb7207b2e8e97e4c34746dca6b6c /main.go
parent1082f0b7f904cf5fc452fd93ada5907474f3f149 (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 36e98f0..8c46951 100644
--- a/main.go
+++ b/main.go
@@ -17,6 +17,10 @@ import (
"go.wit.com/lib/gui/linuxstatus"
)
+// sent via -ldflags
+var VERSION string
+var BUILDTIME string
+
//go:embed resources/*
var resToolkit embed.FS