Written by Philipp on 2020-03-03
Using Javascript Plugins in Go – More Than the Sum of Its Parts
Go . ToolingMore than the sum of its parts There are projects, where you want to create an application, that is extensible by other parties without access to the sources itself or re-compiling the whole binary. This concept is known as modules, plugins or features nowadays. This might be the case if you are creating a client