mirror of
https://github.com/cadmium-im/zirconium-go.git
synced 2024-11-23 10:52:24 +00:00
6 lines
72 B
Go
6 lines
72 B
Go
package shared
|
|
|
|
var Plugins = map[string]Module{
|
|
// Add plugins here
|
|
}
|