Re: [go-nuts] What release is projected to contain change 60910

2017-11-14 Thread Ian Lance Taylor
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

[go-nuts] What release is projected to contain change 60910

2017-11-14 Thread bruceesmith
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