Learn how to use Go's standard library to load plugins and expand the functionality of your application. Discover what plugins are, where they are used, and how to implement a plugin loader. Build a plugin-based HTTP redirection service as an example application.

10m read timeFrom medium.com
Post cover image
Table of contents
Plugins with GoWhat are pluginsDisclaimerInfrastructure of a pluginProtocol/APIImplementationPlugin loaderWhat are we buildingMaking the plugin protocolImplementing a pluginLoading your pluginConclusion
2 Comments

Sort: