Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 248 Bytes

Readme.md

File metadata and controls

17 lines (11 loc) · 248 Bytes

pprof

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

License

MIT