mycorrhiza/views/base.go
2022-03-29 23:59:36 +03:00

9 lines
70 B
Go

package views
import (
"embed"
)
//go:embed *.html
var fs embed.FS