Skip to content

is this need lib ?  #1

@ZhiqinYang

Description

@ZhiqinYang

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"})
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions