chatai/web/embed.go
2024-12-25 17:18:23 +00:00

9 lines
77 B
Go

package web
import (
_ "embed"
)
//go:embed tmpl.html
var Template string