package admin import ( "embed" ) //go:generate go run gen_static_gz.go // staticGzFS is the gzipped mirror of static/, generated by gen_static_gz.go. // Only the compressed copies are embedded; StaticHandler decompresses for // clients that do not accept gzip. // //go:embed all:static_gz var staticGzFS embed.FS