Files
gomail/internal/webmail/embed.go
T

7 lines
84 B
Go
Raw Normal View History

2026-08-09 18:03:09 +01:00
package webmail
import "embed"
//go:embed static/index.html
var StaticFS embed.FS