diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 16:14:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 16:14:48 -0600 |
| commit | aa491036c319beb8326fc422a0efdadf7337cda5 (patch) | |
| tree | 6e1294823a8a2ec3a79caa55f05a16bcb9bad1f4 /plugin.go | |
| parent | 785b6db6e7fc312a18da4352673027c2b91d3789 (diff) | |
add Destroy()v0.12.9
improve syntax shortcuts
go mod update
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -201,7 +201,6 @@ func initToolkit(name string, filename string) *aplug { // add it to the list of plugins allPlugins = append(allPlugins, newPlug) - // set the communication to the plugins newPlug.pluginChan = newPlug.PluginChannel() if (newPlug.pluginChan == nil) { |
