Wrapper middleware for net/http/pprof.
View the docs.
app := app.New()
srv := &http.Server{Addr: ":3000", Handler: app}
app.Use(pprof.New())
srv.ListenAndServe()MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Wrapper middleware for net/http/pprof.
View the docs.
app := app.New()
srv := &http.Server{Addr: ":3000", Handler: app}
app.Use(pprof.New())
srv.ListenAndServe()MIT