]> Cypherpunks repositories - gostls13.git/commitdiff
net/http/pprof: adjust URL in package doc
authorJoe Tsai <joetsai@digital-static.net>
Tue, 21 Mar 2023 03:28:47 +0000 (20:28 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 24 May 2023 20:26:47 +0000 (20:26 +0000)
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>
src/net/http/pprof/pprof.go

index 385eb423f79b667d60f4d53a51646748f104da04..bc3225daca1cb975774777093a9134884d72c80f 100644 (file)
@@ -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 (