Files
gowebmail/webfs.go

9 lines
170 B
Go

package gowebmail
import "embed"
// Global access to the web assets
//
//go:embed web/static/css/* web/static/js/* web/static/img/* web/templates/**
var WebFS embed.FS