Files
AynaLivePlayer/app/xxx/main.go
2022-07-01 19:10:29 -07:00

12 lines
136 B
Go

package main
import (
"AynaLivePlayer/plugin/textinfo"
)
func main() {
x := &textinfo.TextInfo{}
x.Enable()
x.RenderTemplates()
}