Files
qv/ui/ui.go
2025-01-13 10:56:36 +01:00

7 lines
72 B
Go

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