agendas/ui/embed.go
2024-12-30 17:30:37 -05:00

6 lines
66 B
Go

package ui
import "embed"
//go:embed *.html
var htmlFS embed.FS