diff options
| author | Jeff Carr <[email protected]> | 2023-05-09 19:24:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-05-09 19:24:37 -0500 |
| commit | cb2c88d8c12a58f4e791dffeaba0a685d63bbc79 (patch) | |
| tree | 348a812e153d152f19502f99bf402b9233f6c267 /plugin.go | |
| parent | 28b7470328707da8d9701c4af1493f4730bcd1f9 (diff) | |
getting pretty clean at this point
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
