func net/http.NotFound
3 uses
net/http (current package)
server.go#L2101: func NotFound(w ResponseWriter, r *Request) { Error(w, "404 page not found", StatusNotFound) }
server.go#L2105: func NotFoundHandler() Handler { return HandlerFunc(NotFound) }
server.go#L2129: NotFound(w, r)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)