1
0
mirror of https://github.com/golang/go synced 2024-11-26 01:57:56 -07:00

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.

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
hi-rustin 2024-02-19 22:58:45 +08:00
parent 5c92f43c51
commit 0023c28dc0

View File

@ -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.