diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 19:15:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 19:15:34 -0600 |
| commit | 85f3a082387fb17a935987a48c3096c365f94704 (patch) | |
| tree | 482c3a4c2e09cb8da0ff3e207178057e117ee970 /main.go | |
| parent | 439c6e3b01e7a2cf6e19b18866aab77f558ba4a4 (diff) | |
correct build rules. attempt ldflags VERSIONv0.22.10
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ import ( "go.wit.com/toolkits/tree" ) +// sent via -ldflags +var VERSION string +var BUILDTIME string + func queueToolkitClose() { me.baseGui.Close() } |
