1
0
mirror of https://github.com/golang/go synced 2024-11-05 15:46:11 -07:00

net/http/pprof: fix doc for /debug/pprof/

Fixes #4548.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6944053
This commit is contained in:
Shenghou Ma 2012-12-17 23:32:08 +08:00
parent a58668ca0e
commit a89aaad195

View File

@ -34,9 +34,8 @@
//
// go tool pprof http://localhost:6060/debug/pprof/block
//
// Or to view all available profiles:
//
// go tool pprof http://localhost:6060/debug/pprof/
// To view all available profiles, open http://localhost:6060/debug/pprof/
// in your browser.
//
// For a study of the facility in action, visit
//