package web import "embed" //go:embed static // var CssFs embed.FS var StaticFs embed.FS //go:embed upload.tmpl var UploadPage string //go:embed download.tmpl var DownloadPage string //go:embed flist.tmpl var ListPage string