diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 07:03:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 07:03:13 -0600 |
| commit | 3961caa1792c68dc215a9b8c51965e6fd0518f2f (patch) | |
| tree | 77b97fbdaa97b93161418555e77c4586b50944b8 /main.go | |
| parent | 62feeab08e27b22215ed4be51df77986876d55d7 (diff) | |
attempt to make a fake control filev0.22.5
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
