]> Cypherpunks repositories - gostls13.git/commitdiff
pprof: fix import path in the documentation
authorYves Junqueira <yves.junqueira@gmail.com>
Sun, 12 Feb 2012 14:38:51 +0000 (12:38 -0200)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Sun, 12 Feb 2012 14:38:51 +0000 (12:38 -0200)
R=golang-dev, n13m3y3r
CC=golang-dev
https://golang.org/cl/5649072

src/pkg/net/http/pprof/pprof.go

index 5ee9f319e59cf71509286f6cb7f21dd533b6441f..ce72aa0c35a078a22b80db4f567d02b839df1e14 100644 (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:
 //