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
1 changed files with 1 additions and 1 deletions

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:
//