var net/http.statusText
5 uses
net/http (current package)
response.go#L250: text, ok = statusText[r.StatusCode]
server.go#L1518: if text, ok := statusText[code]; ok {
server.go#L2179: body := "<a href=\"" + htmlEscape(url) + "\">" + statusText[code] + ".\n"
status.go#L79: var statusText = map[int]string{
status.go#L151: return statusText[code]
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)