Re: [go-nuts] Re: [Advice needed] How to vendor common dependencies for plugins

2018-03-18 Thread Jay Guo
Hi Matt, basically we need to be able to install some user plugins at runtime. I'm not sure Go `plugin` is avoidable in this case... - J On Mon, Mar 19, 2018 at 3:57 AM, Matt Harden wrote: > Do you have to use plugins? I would avoid them whenever possible. What > benefit do you expect to get f

Re: [go-nuts] Re: [Advice needed] How to vendor common dependencies for plugins

2018-03-18 Thread Matt Harden
Do you have to use plugins? I would avoid them whenever possible. What benefit do you expect to get from using them? On Sun, Mar 11, 2018 at 1:03 AM Jay Guo wrote: > Bump.. any thoughts? Thanks! > > - J > > > On Thursday, March 8, 2018 at 2:03:37 PM UTC+8, Jay Guo wrote: >> >> Golang gurus, >> >