On Tuesday, February 28, 2017 at 10:16:27 PM UTC+1, Ian Lance Taylor wrote: > > On Tue, Feb 28, 2017 at 12:44 PM, Basile Starynkevitch > <[email protected] <javascript:>> wrote: > > > > A few questions and wishes about plugins (Go1.8 Linux/amd64) > > Sorry, but you need to indicate whether you are talking about > -buildmode=plugin (an experimental option to build plugins that may be > opened by Go programs) or -buildmode=c-shared (a supported option to > build plugins that may be opened by non-Go programs). >
I'm talking about plugins written in Go for a Go program, so -buildmode=plugin (I'm coding in Go because I don't want to code my multi-thread friendly GC in C++ or C) > > 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.
