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