summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 13:03:42 -0600
committerJeff Carr <[email protected]>2024-11-07 13:03:42 -0600
commit1b7db666f166ce375a377858404d9108a81e0e76 (patch)
treea63a5821c452e3ff2ef928a4084e5c427045b6a4 /main.go
parentd6f9401f6153abeb5b5ab1df61355569fc9d5a71 (diff)
update argv code
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 4d63459..dd7bf36 100644
--- a/main.go
+++ b/main.go
@@ -1,4 +1,3 @@
-// This creates a simple helloworld window
package main
import (
@@ -6,6 +5,9 @@ import (
"go.wit.com/log"
)
+// sent from -ldflags
+var VERSION string
+
// This is the beginning of our binary tree of widgets
var myGui *gui.Node