Getting Plugged in with Go 1.8 Plugins @ GopherCon India
Go 1.8 will include a plugin package that allows you to define plugins that can be loaded at runtime. This talk will cover plugins in detail, discuss some use cases, and best practices for using the package.
you need to build Go stdlib as a shared library $ go install -buildmode=shared -linkshared std Build the shared library calc$ go install -buildmode=shared -linkshared calc