On Tue, Feb 28, 2017 at 10:55 PM, Basile Starynkevitch
wrote:
>
> On Wednesday, March 1, 2017 at 7:17:42 AM UTC+1, Ian Lance Taylor wrote:
>>
>> On Tue, Feb 28, 2017 at 12:44 PM, Basile Starynkevitch
>> wrote:
>> > Can the packages defined in one plugin be visible from plugins loaded
>> > afterwa
On Wednesday, March 1, 2017 at 7:17:42 AM UTC+1, Ian Lance Taylor wrote:
>
> On Tue, Feb 28, 2017 at 12:44 PM, Basile Starynkevitch
> > wrote:
> > Can the packages defined in one plugin be visible from plugins loaded
> > afterwards? I'm thinking of a dlopen with RTLD_GLOBAL flag in C
> parla
On Tue, Feb 28, 2017 at 12:44 PM, Basile Starynkevitch
wrote:
>
> Can a plugin be made of several source files in Go?
Yes.
> How should then I
> compile a single plugin myfoo.so from several Go source files ? Can a
> plugin define several packages?
A plugin is a main package. It can be built f
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
> > wrote:
> >
> > A few questions and wishes about plugins (Go1.8 Linux/amd64)
>
> Sorry, but you need to indicate whether you are talking about
> -buildmod
On Tue, Feb 28, 2017 at 12:44 PM, Basile Starynkevitch
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=
Hello All,
A few questions and wishes about plugins (Go1.8 Linux/amd64)
Can a plugin be made of several source files in Go? How should then I
compile a single plugin myfoo.so from several Go source files ? Can a
plugin define several packages?
Can a plugin contain several packages? How can I