Re: [go-nuts] about -buildmode c-shared

2021-12-31 Thread Peter W
wrote: > On Mon, Dec 27, 2021 at 12:58 PM Peter W wrote: > > > > We will not see static reflection in golang2, right? > > I'm not sure what you mean by static reflection, but I'm not aware of > any current plans to add any sort of reflection. > > > Anythi

Re: [go-nuts] about -buildmode c-shared

2021-12-27 Thread Peter W
Thank you for your contributions to this language. We will not see static reflection in golang2, right? Anything else blocks the possibility of unloading implementation ? Peter On Monday, December 27, 2021 at 2:17:42 AM UTC+2 Ian Lance Taylor wrote: > On Sun, Dec 26, 2021 at 3:45 PM Pete

Re: [go-nuts] about -buildmode c-shared

2021-12-26 Thread Peter W
Hi guys, I am trying to load, call and unload multiple go libs which are built with -buildmode c-shared in a c problem, it’s doable on windows, Linux and macOS ? Also I see -buildmode shared removal was rejected, what about -buildmode archive? Happy holidays! On Monday, February 15, 2021 at 1