goveal/web/web.go
2022-03-15 16:33:59 +01:00

6 lines
83 B
Go

package web
import "embed"
//go:embed js/* css/* index.gohtml
var WebFS embed.FS