From aa491036c319beb8326fc422a0efdadf7337cda5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 16:14:48 -0600 Subject: add Destroy() improve syntax shortcuts go mod update Signed-off-by: Jeff Carr --- plugin.go | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin.go') diff --git a/plugin.go b/plugin.go index ff4d512..50a1aca 100644 --- a/plugin.go +++ b/plugin.go @@ -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) { -- cgit v1.2.3