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