1
0
mirror of https://github.com/golang/go synced 2024-11-17 03:04:44 -07:00

net/http/pprof: remove comments pointing to gperftools

The version of pprof in gperftools has been deprecated.
No need to have a pointer to that version since go tool pprof
is included with the Go distro.

Change-Id: I6d769a68f64280f5db89ff6fbc67bfea9c8f1526
Reviewed-on: https://go-review.googlesource.com/24509
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Raul Silvera 2016-06-27 19:06:17 -07:00 committed by Brad Fitzpatrick
parent 73516c5f48
commit 05ecf53456

View File

@ -4,8 +4,6 @@
// Package pprof serves via its HTTP server runtime profiling data
// in the format expected by the pprof visualization tool.
// For more information about pprof, see
// http://code.google.com/p/google-perftools/.
//
// The package is typically only imported for the side effect of
// registering its HTTP handlers.