kefu/static/static.go

7 lines
81 B
Go
Raw Permalink Normal View History

2024-12-10 02:50:12 +00:00
package static
import "embed"
//go:embed templates
var TemplatesEmbed embed.FS