10 lines
167 B
Go
10 lines
167 B
Go
package koushinviewhtml
|
|
|
|
import (
|
|
"git.sr.ht/~emersion/koushin"
|
|
)
|
|
|
|
func init() {
|
|
p := koushin.GoPlugin{Name: "viewhtml"}
|
|
koushin.RegisterPluginLoader(p.Loader())
|
|
}
|