From: hi-rustin Date: Mon, 19 Feb 2024 15:22:37 +0000 (+0000) Subject: runtime/pprof: update outdated google/pprof link X-Git-Tag: go1.23rc1~1191 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6a36e55d4aa54a34e5b8424e88b905f631b2b921;p=gostls13.git runtime/pprof: update outdated google/pprof link Google/pprof changed the master branch to main, so it might be better to update it to the latest. Change-Id: Id29aca80a9a83a9c10da215180ad65816bc88936 GitHub-Last-Rev: 0023c28dc0d84a2529e24c694acfed7a363d2d0b GitHub-Pull-Request: golang/go#65792 Reviewed-on: https://go-review.googlesource.com/c/go/+/565177 LUCI-TryBot-Result: Go LUCI Reviewed-by: Than McIntosh Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor --- diff --git a/src/runtime/pprof/pprof.go b/src/runtime/pprof/pprof.go index a8422181cc..e352b39caf 100644 --- a/src/runtime/pprof/pprof.go +++ b/src/runtime/pprof/pprof.go @@ -352,7 +352,7 @@ func (p *Profile) Remove(value any) { // // The debug parameter enables additional output. // Passing debug=0 writes the gzip-compressed protocol buffer described -// in https://github.com/google/pprof/tree/master/proto#overview. +// in https://github.com/google/pprof/tree/main/proto#overview. // Passing debug=1 writes the legacy text format with comments // translating addresses to function names and line numbers, so that a // programmer can read the profile without tools.