diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
