Files
gowebmail/webfs.go

9 lines
170 B
Go
Raw Permalink Normal View History

2026-03-08 06:26:49 +00:00
package gowebmail
import "embed"
// Global access to the web assets
//
//go:embed web/static/css/* web/static/js/* web/static/img/* web/templates/**
2026-03-08 06:26:49 +00:00
var WebFS embed.FS