relay/web/web.go
2022-09-01 13:59:04 -07:00

10 lines
165 B
Go

package web
import "embed"
// Files contains static files required by the application
//
//go:embed locales/active.*.yaml
//go:embed template/*
var Files embed.FS