Skip to content

asger-noer/go-extensions

Repository files navigation

Pluggable Extensions in Go

This an simple example of how to create a configurable and pluggable application in Go. Allowing for extensions to be added to the application without modifying the main application.

1 - Manual

This provides an example of how to manually load and configure plugins by directly importing then and using them in the main application.

2 - Blank Imports

This provides an example of how to use blank imports to automatically load and configure plugins.

3 - Blank Imports with Configuration

This provides an example of how to use blank imports to automatically load and configure plugins with a configuration file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages