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.
Table of contents
Plugins with GoWhat are pluginsDisclaimerInfrastructure of a pluginProtocol/APIImplementationPlugin loaderWhat are we buildingMaking the plugin protocolImplementing a pluginLoading your pluginConclusion2 Comments
Sort: