package main import "embed" //go:embed static/* var staticFS embed.FS //go:embed tpl/* var tplFS embed.FS