On Tue, Nov 14, 2017 at 7:04 PM, <[email protected]> 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 between > them at runtime. > > I've tested with Go 1.9.2 and the challenge is still present. > > Any idea when change 60910 may appear in a release?
It will be in the 1.10 release, which is scheduled for February 1. See https://golang.org/wiki/ReleaseCycle. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
