Skip to content

Commit 28e2e8b

Browse files
dsnetpull[bot]
authored andcommitted
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>
1 parent 10a76b1 commit 28e2e8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/net/http/pprof/pprof.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
// in your browser.
6767
//
6868
// For a study of the facility in action, visit
69-
//
70-
// https://blog.golang.org/2011/06/profiling-go-programs.html
69+
// https://blog.golang.org/2011/06/profiling-go-programs.html.
7170
package pprof
7271

7372
import (

0 commit comments

Comments
 (0)