// Package web embeds the frontend static files into the binary. package web import "embed" //go:embed static var FS embed.FS