From: Joe Tsai Date: Tue, 21 Mar 2023 03:28:47 +0000 (-0700) Subject: net/http/pprof: adjust URL in package doc X-Git-Tag: go1.21rc1~274 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a7cb7df45a83bfb6ebf7dd6d0e9c191c5d69f44b;p=gostls13.git 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 Run-TryBot: Ian Lance Taylor Reviewed-by: Cherry Mui Auto-Submit: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor --- 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 (