package embed import _ "embed" //go:embed html/index.html var Html_index string func ReadHtml() string { return Html_index }