An example plugin for Aurora
Aurora plugins can be built as Go plugins, or can be built directly into Aurora.
See platform compatability here: AuroraAPI
This example focuses on external plugins, but still applies to internal ones. If you want to know more check the wiki
go build -buildmode=plugin -o build/example.so .