var encoding/json.htmlSafeSet
3 uses
encoding/json (current package)
encode.go#L1034: if htmlSafeSet[b] || (!escapeHTML && safeSet[b]) {
encode.go#L1106: if htmlSafeSet[b] || (!escapeHTML && safeSet[b]) {
tables.go#L121: var htmlSafeSet = [utf8.RuneSelf]bool{
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)