mirror of
https://github.com/golang/go
synced 2024-11-22 03:34:40 -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:
parent
9387d11aa6
commit
7531e8cb39
@ -12,7 +12,7 @@
|
|||||||
// The handled paths all begin with /debug/pprof/.
|
// The handled paths all begin with /debug/pprof/.
|
||||||
//
|
//
|
||||||
// To use pprof, link this package into your program:
|
// 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:
|
// Then use the pprof tool to look at the heap profile:
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user