Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 553 Bytes

File metadata and controls

19 lines (11 loc) · 553 Bytes

⚠️ Highly experimental

Aurora Example Plugin ⚡

An example plugin for Aurora

Usage

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

Building

go build -buildmode=plugin -o build/example.so .