package public import "embed" //go:embed html/* css/* js/* var embedFS embed.FS func GetEmbedFS() embed.FS { return embedFS }