summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 07:03:13 -0600
committerJeff Carr <[email protected]>2024-11-07 07:03:13 -0600
commit3961caa1792c68dc215a9b8c51965e6fd0518f2f (patch)
tree77b97fbdaa97b93161418555e77c4586b50944b8 /main.go
parent62feeab08e27b22215ed4be51df77986876d55d7 (diff)
attempt to make a fake control filev0.22.5
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index e40bc7b..edc3fda 100644
--- a/main.go
+++ b/main.go
@@ -12,6 +12,9 @@ import (
"go.wit.com/log"
)
+// sent from -ldflags
+var VERSION string
+
// This is the beginning of the binary tree of GUI widgets
var myGui *gui.Node