core
core copied to clipboard
Add support for extensions / plugins
This would be very useful in apps like gide. It is not clear how we would implement this; Go's plugin system is too rigid and unsupported, so we would have to use something like https://github.com/hashicorp/go-plugin or https://github.com/traefik/yaegi. We will probably not do this in time for v2.