Among the various fantastic and awesome features that the Go language provides, it also allows dynamic loading of code with Go Plugins. Go added this functionality in v1.8 and community has been super excited to see this welcome change. So why the need to build plugins? How do they work? In this blog, we’ll learn … Continue reading Plugins in Go