diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 19:08:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 19:08:29 -0600 |
| commit | 6f08f22ca86e95c3bd8b130773704066d9dcb3c8 (patch) | |
| tree | 8f7504e202f68d41e5823914fdeca9340b0931f0 /main.go | |
| parent | 9d965ee05af4e2bc6a197eba29c8fe9fad75b5d0 (diff) | |
closer to purer plugin testingv0.22.7
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ import ( _ "go.wit.com/dev/andlabs/ui/winmanifest" ) +// sent via -ldflags +var VERSION string +var BUILDTIME string + var uiMainUndef bool = true var uiMain sync.Once var muAction sync.Mutex |
