const net/http.StatusInternalServerError
6 uses
net/http (current package)
fs.go#L146: Error(w, "Error reading directory", StatusInternalServerError)
fs.go#L243: Error(w, "seeker can't seek", StatusInternalServerError)
fs.go#L254: Error(w, err.Error(), StatusInternalServerError)
fs.go#L680: return "500 Internal Server Error", StatusInternalServerError
status.go#L66: StatusInternalServerError = 500 // RFC 7231, 6.6.1
status.go#L135: StatusInternalServerError: "Internal Server Error",
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)