go1.20.5
GoThrough

plugin.Open

// Open opens a Go plugin. // If a path has already been opened, then the existing *Plugin is returned. // It is safe for concurrent use by multiple goroutines. func Open(path string) (*Plugin, error)