zdravko/web/static/static.go

9 lines
96 B
Go

package static
import (
"embed"
)
//go:generate just static
//go:embed *
var Static embed.FS