mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-11 04:38:13 +08:00
12 lines
136 B
Go
12 lines
136 B
Go
package main
|
|
|
|
import (
|
|
"AynaLivePlayer/plugin/textinfo"
|
|
)
|
|
|
|
func main() {
|
|
x := &textinfo.TextInfo{}
|
|
x.Enable()
|
|
x.RenderTemplates()
|
|
}
|