// Package web embeds custard's static assets (CSS, JS, fonts) so the compiled // binary is self-contained and needs no files on disk at the deploy target. package web import "embed" //go:embed static var Static embed.FS