Go doesn't have native ability to create and use plugins during runtime. As of Go1.5, there are 2 ways of doing plugins. 1. Using inter-process communication and stand alone programs. 2. Using a scripting language and an embedded VM.
I'll be discussing the pros and cons of each, and discuss how to implement both approaches.
Speakers: Kaushal M