-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
i found that this package is no need, because has a simple way do this ! like follow
_ "net/http/pprof"
func main() {
// Echo instance
e := echo.New()
// Routes
e.POST("/", hello)
e.GET("/debug/pprof/*", echo.WrapHandler(http.DefaultServeMux))
e.StartServer(&http.Server{Addr: "0.0.0.0:6060"})
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels