1 2 3 4 5 6 7 8 9
package koushinlua import ( "git.sr.ht/~emersion/koushin" ) func init() { koushin.RegisterPluginLoader(loadAllLuaPlugins) }