var net/http.DefaultServeMux
7 uses
net/http (current package)
h2_bundle.go#L4057: return DefaultServeMux
server.go#L2284: var DefaultServeMux = &defaultServeMux
server.go#L2521: func Handle(pattern string, handler Handler) { DefaultServeMux.Handle(pattern, handler) }
server.go#L2527: DefaultServeMux.HandleFunc(pattern, handler)
server.go#L2898: handler = DefaultServeMux
golang.org/x/net/http2
server.go#L384: return http.DefaultServeMux
golang.org/x/net/trace
trace.go#L121: _, pat := http.DefaultServeMux.Handler(&http.Request{URL: &url.URL{Path: debugRequestsPath}})
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)