gru icon indicating copy to clipboard operation
gru copied to clipboard

Add support for plugins

Open dnaeon opened this issue 9 years ago • 2 comments

dnaeon avatar Sep 14 '16 14:09 dnaeon

Be able to extend the project with new resources in the form of plugins

dnaeon avatar Sep 14 '16 14:09 dnaeon

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/

dnaeon avatar Dec 02 '16 09:12 dnaeon