func html.EscapeString
4 uses
html (current package)
escape.go#L178: func EscapeString(s string) string {
net/http/pprof
pprof.go#L429: fmt.Fprintf(&b, "<tr><td>%d</td><td><a href='%s'>%s</a></td></tr>\n", profile.Count, link, html.EscapeString(profile.Name))
pprof.go#L440: fmt.Fprintf(&b, "<li><div class=profile-name>%s: </div> %s</li>\n", html.EscapeString(profile.Name), html.EscapeString(profile.Desc))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)