gru
gru copied to clipboard
Add support for plugins
Be able to extend the project with new resources in the form of plugins
A few options to consider and evaluate for the plugin framework.
- https://github.com/hashicorp/go-plugin
- https://github.com/natefinch/pie
Or we could use the plugin package that is about to ship with Go 1.8
- https://tip.golang.org/pkg/plugin/