Files
bible/demo/web/embed.go

7 lines
81 B
Go

package web
import "embed"
//go:embed templates/* static/*
var Assets embed.FS