summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-05-09 19:24:37 -0500
committerJeff Carr <[email protected]>2023-05-09 19:24:37 -0500
commitcb2c88d8c12a58f4e791dffeaba0a685d63bbc79 (patch)
tree348a812e153d152f19502f99bf402b9233f6c267 /plugin.go
parent28b7470328707da8d9701c4af1493f4730bcd1f9 (diff)
getting pretty clean at this point
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugin.go b/plugin.go
index c9e0466..e8b4beb 100644
--- a/plugin.go
+++ b/plugin.go
@@ -203,6 +203,8 @@ func initToolkit(name string, filename string) *aplug {
return newPlug
}
+// 2023/05/09 pretty clean
+// 2023/04/06 Queue() is also being used and channels are being used. memcopy() only
func newAction(n *Node, atype toolkit.ActionType) *toolkit.Action {
var a toolkit.Action
a.ActionType = atype
@@ -246,7 +248,7 @@ func sendAction(a *toolkit.Action) {
}
}
-// 2023/04/06 Queue() is also being used and channels are being used. memcopy() only
+/*
func newaction(a *toolkit.Action, n *Node, where *Node) {
// remove this
if (n != nil) {
@@ -275,6 +277,7 @@ func newaction(a *toolkit.Action, n *Node, where *Node) {
sleep(.02)
}
}
+*/
func (n *Node) InitEmbed(resFS embed.FS) *Node {
me.resFS = resFS