diff options
| author | Joe Tsai <joetsai@digital-static.net> | 2023-03-20 20:28:47 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-05-24 20:26:47 +0000 |
| commit | a7cb7df45a83bfb6ebf7dd6d0e9c191c5d69f44b (patch) | |
| tree | c9f6244fb161b50866bb8ba2db46e0d05e5c6e3f /src/net/http | |
| parent | 3c6883ccbc6a59569222e8295784200b4e662d3e (diff) | |
| download | go-a7cb7df45a83bfb6ebf7dd6d0e9c191c5d69f44b.tar.xz | |
net/http/pprof: adjust URL in package doc
The indentation makes the URL be treated as a code block,
thus preventing automatic detection of this URL.
Avoid using a code block for this.
Change-Id: Ie37ae18ec0969ef2d5a6e3b92b2512dac093dbf6
Reviewed-on: https://go-review.googlesource.com/c/go/+/478015
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/net/http')
| -rw-r--r-- | src/net/http/pprof/pprof.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/http/pprof/pprof.go b/src/net/http/pprof/pprof.go index 385eb423f7..bc3225daca 100644 --- a/src/net/http/pprof/pprof.go +++ b/src/net/http/pprof/pprof.go @@ -66,8 +66,7 @@ // in your browser. // // For a study of the facility in action, visit -// -// https://blog.golang.org/2011/06/profiling-go-programs.html +// https://blog.golang.org/2011/06/profiling-go-programs.html. package pprof import ( |
