Go Programming How To Build Extensible Go Applications with Plugins One of the most underappreciated features introduced since Go version 1.8 is the Go plugin package. Plugins are one of the many software architectural designs that allow you to build loosely coupled and modular programs. In Go, plugins are written and compiled separately as shared objects (.so) or libraries and can be loaded dynamically during […] Written by Mani Muridi October 5, 2020October 12, 2020 Saving Bookmark this article Bookmarked