diff options
| author | Jeff Carr <[email protected]> | 2023-04-08 00:28:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-08 00:28:33 -0500 |
| commit | 55b5aed5c4837c8de131925966b328f43bb03b61 (patch) | |
| tree | e66bd66d675d352c4efa3ce0fcbfa818527e9c8d /toolkit/andlabs/main.go | |
| parent | 56b4aa8014baa8205459545dc27a173cbbcbee16 (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.go | 2 |
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() { |
