Josh Bleecher Snyder a6cad71fb2 go.mod: upgrade staticcheck to 0.1.0 пре 5 година
..
README.md f26b409bd5 tempfork: add lite fork of net/http/pprof w/o html/template or reflect пре 5 година
pprof.go a6cad71fb2 go.mod: upgrade staticcheck to 0.1.0 пре 5 година
pprof_test.go f26b409bd5 tempfork: add lite fork of net/http/pprof w/o html/template or reflect пре 5 година

README.md

This is a fork of net/http/pprof that doesn't use init side effects and doesn't use html/template (which ends up calling reflect.Value.MethodByName, which disables some linker deadcode optimizations).