Files
uptimemonitor/html/embed.go
2025-08-01 18:01:55 +02:00

9 lines
70 B
Go

package html
import "embed"
var (
//go:embed *.html
FS embed.FS
)