echo-pprof icon indicating copy to clipboard operation
echo-pprof copied to clipboard

echo-pprof is a wrapper for golang web framework echo to use net/http/pprof easily.

Results 3 echo-pprof issues
Sort by recently updated
recently updated
newest added

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

can support echo v4 ?