On Tue, Nov 14, 2017 at 7:04 PM, wrote:
>
> I have the challenge reported by https://github.com/golang/go/issues/20376
> and 21386, apparently fixed by
> https://go-review.googlesource.com/c/go/+/60910. I'm attempting to load
> multiple plugins which implement the same interface & then choose bet
Hi
I have the challenge reported by https://github.com/golang/go/issues/20376
and 21386, apparently fixed by
https://go-review.googlesource.com/c/go/+/60910. I'm attempting to load
multiple plugins which implement the same interface & then choose between
them at runtime.
I've tested with Go 1