8299617
1 2 3 4 5 6 7 8 9 10
package koushinviewtext import ( "git.sr.ht/~emersion/koushin" ) func init() { p := koushin.GoPlugin{Name: "viewtext"} koushin.RegisterPluginLoader(p.Loader()) }