From 7531e8cb39c5d67c46a60f017671f7b3d03f497d Mon Sep 17 00:00:00 2001 From: Yves Junqueira Date: Sun, 12 Feb 2012 12:38:51 -0200 Subject: [PATCH] pprof: fix import path in the documentation R=golang-dev, n13m3y3r CC=golang-dev https://golang.org/cl/5649072 --- src/pkg/net/http/pprof/pprof.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: // -- 2.50.0