net/http.ServeMux.Handle (method)
6 uses
net/http (current package)
server.go#L2831: func (mux *ServeMux) Handle(pattern string, handler Handler) {
go.pact.im/x/httpdebug
httpdebug.go#L24: mux.Handle("/debug/pprof/goroutine", pprof.Handler("goroutine"))
httpdebug.go#L25: mux.Handle("/debug/pprof/heap", pprof.Handler("heap"))
httpdebug.go#L26: mux.Handle("/debug/pprof/threadcreate", pprof.Handler("threadcreate"))
httpdebug.go#L27: mux.Handle("/debug/pprof/block", pprof.Handler("block"))
httpdebug.go#L29: mux.Handle("/debug/vars", expvar.Handler())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)