summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-15 17:18:48 -0600
committerJeff Carr <[email protected]>2023-12-15 17:18:48 -0600
commitdcce32583387be7fc4f6cd8c8dea62fd7dc42ecf (patch)
treeffbedb095816a92c69546041271acbef5870481c /toolkit/andlabs/main.go
parent282119d970faed3f8a60d5105a2f26ee14681ff4 (diff)
make a common.go for the toolkitsv0.8.7
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/main.go')
-rw-r--r--toolkit/andlabs/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/andlabs/main.go b/toolkit/andlabs/main.go
index 3ba3079..4737337 100644
--- a/toolkit/andlabs/main.go
+++ b/toolkit/andlabs/main.go
@@ -13,7 +13,7 @@ import (
var pluginChan chan toolkit.Action
// the starting point of the binary tree
-var rootNode *node
+// var rootNode *node
var uiMainUndef bool = true
var uiMain sync.Once