func net/http.HandleFunc
9 uses
net/http (current package)
server.go#L2526: func HandleFunc(pattern string, handler func(ResponseWriter, *Request)) {
net/http/pprof
pprof.go#L81: http.HandleFunc("/debug/pprof/", Index)
pprof.go#L82: http.HandleFunc("/debug/pprof/cmdline", Cmdline)
pprof.go#L83: http.HandleFunc("/debug/pprof/profile", Profile)
pprof.go#L84: http.HandleFunc("/debug/pprof/symbol", Symbol)
pprof.go#L85: http.HandleFunc("/debug/pprof/trace", Trace)
expvar
expvar.go#L364: http.HandleFunc("/debug/vars", expvarHandler)
golang.org/x/net/trace
trace.go#L130: http.HandleFunc(debugRequestsPath, Traces)
trace.go#L131: http.HandleFunc(debugEventsPath, Events)