diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 13:18:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 13:18:26 -0600 |
| commit | 3203dfbb0ed5bffa9629e3755a562a40874d57ca (patch) | |
| tree | fbb7660c18b09b7eddb592a17b75eb8269acae9c /main.go | |
| parent | 3be66547650097174b3e8aaf533cbee187f6bde9 (diff) | |
add standard argvv0.21.1
Signed-off-by: Jeff Carr <[email protected]>
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 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 |
