From: Yves Junqueira Date: Sun, 12 Feb 2012 14:38:51 +0000 (-0200) Subject: pprof: fix import path in the documentation X-Git-Tag: weekly.2012-02-14~110 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7531e8cb39c5d67c46a60f017671f7b3d03f497d;p=gostls13.git pprof: fix import path in the documentation R=golang-dev, n13m3y3r CC=golang-dev https://golang.org/cl/5649072 --- diff --git a/src/pkg/net/http/pprof/pprof.go b/src/pkg/net/http/pprof/pprof.go index 5ee9f319e5..ce72aa0c35 100644 --- a/src/pkg/net/http/pprof/pprof.go +++ b/src/pkg/net/http/pprof/pprof.go @@ -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: //