diff options
| author | Jeff Carr <[email protected]> | 2025-02-13 14:27:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-13 14:27:13 -0600 |
| commit | 0c0c42ecbb97496628f51c9df08794d53a28db73 (patch) | |
| tree | 78c4bace4f4ce854492908df6e0f5b605f7f653c /structs.go | |
| parent | 9babe64e41d22761027bebef4feade948857d3a7 (diff) | |
works again
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,12 +1,16 @@ package main import ( + "sync" + "go.wit.com/toolkits/tree" "go.wit.com/dev/andlabs/ui" _ "go.wit.com/dev/andlabs/ui/winmanifest" ) +var initOnce sync.Once // run initPlugin() only once + // It's probably a terrible idea to call this 'me' var me config |
