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
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