From a7cb7df45a83bfb6ebf7dd6d0e9c191c5d69f44b Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Mon, 20 Mar 2023 20:28:47 -0700 Subject: [PATCH] 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 --- src/net/http/pprof/pprof.go | 3 +-- 1 file changed, 1 insertion(+), 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 ( -- 2.50.0