1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:44:39 -07:00

pprof: fix import path in the documentation

R=golang-dev, n13m3y3r
CC=golang-dev
https://golang.org/cl/5649072
This commit is contained in:
Yves Junqueira 2012-02-12 12:38:51 -02:00 committed by Gustavo Niemeyer
parent 9387d11aa6
commit 7531e8cb39

View File

@ -12,7 +12,7 @@
// The handled paths all begin with /debug/pprof/.
//
// To use pprof, link this package into your program:
// import _ "http/pprof"
// import _ "net/http/pprof"
//
// Then use the pprof tool to look at the heap profile:
//