diff options
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 |
