qrz/embed.go

8 lines
102 B
Go
Raw Permalink Normal View History

2022-10-30 14:50:22 +01:00
package embedded
import "embed"
//go:embed templates/*.html
//go:embed static/**
var Files embed.FS