Skip to content

gohttp/pprof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages