learn-go/snippetbox/ui/efs.go

9 lines
79 B
Go
Raw Permalink Normal View History

2024-02-08 18:11:53 +00:00
package ui
import (
"embed"
)
2024-02-08 20:54:00 +00:00
//go:embed "html" "static"
2024-02-08 18:11:53 +00:00
var Files embed.FS