Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pressly/chi
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kieltyka committed Jun 11, 2017
2 parents dd7b63d + 7998bc7 commit 9435d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middleware/profiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func Profiler() http.Handler {
r.HandleFunc("/pprof/cmdline", pprof.Cmdline)
r.HandleFunc("/pprof/profile", pprof.Profile)
r.HandleFunc("/pprof/symbol", pprof.Symbol)
r.HandleFunc("/pprof/trace", pprof.Trace)
r.Handle("/pprof/block", pprof.Handler("block"))
r.Handle("/pprof/heap", pprof.Handler("heap"))
r.Handle("/pprof/goroutine", pprof.Handler("goroutine"))
Expand Down

0 comments on commit 9435d85

Please sign in to comment.