summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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 5aa8ef8..df51bdf 100644
--- a/main.go
+++ b/main.go
@@ -1,4 +1,3 @@
-// This creates a simple hello world window
package main
import (
@@ -7,6 +6,9 @@ import (
"go.wit.com/log"
)
+// sent via -ldflags
+var VERSION string
+
// This is the beginning of the binary tree of widgets
var myGui *gui.Node