summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-08 00:28:33 -0500
committerJeff Carr <[email protected]>2023-04-08 00:28:33 -0500
commit55b5aed5c4837c8de131925966b328f43bb03b61 (patch)
treee66bd66d675d352c4efa3ce0fcbfa818527e9c8d /toolkit/andlabs/main.go
parent56b4aa8014baa8205459545dc27a173cbbcbee16 (diff)
both andlabs & gocui plugins have working channels
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/main.go')
-rw-r--r--toolkit/andlabs/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/andlabs/main.go b/toolkit/andlabs/main.go
index 19a8aaa..a8c8b39 100644
--- a/toolkit/andlabs/main.go
+++ b/toolkit/andlabs/main.go
@@ -11,6 +11,8 @@ import (
//go:embed resources
var res embed.FS
+
+// this is the channel we get requests to make widgets
var pluginChan chan toolkit.Action
func catchActionChannel() {