Hi all,

I can't seem to find this documented, and I'm me involved in some
conversations about using plugins:

What guarantees or limitations surround plugins?  Can I compile a host
program with go-1.8.0 and have a third-party plugin compiled with 1.8.1,
and load it?

Can I call methods on plugin-specific objects?

Are there any concessions toward versioning?

What happens if I add a method to a type in the host, but don't rebuild he
plugin?

Are functions/method calling conventions guaranteed to be consistent, or do
compiler flags change that?

Thanks!

Tim

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to