Plugins in Go

7 · Eli Bendersky · Aug. 28, 2021, 2:22 p.m.
Several years ago I started writing a series of posts on plugins: how they are designed and implemented in various systems and programming languages. In this, I'll extend the series by providing some examples of plugins in Go. As a reminder, the original post in this series identifies four fundamental …...