aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2016-03-15 17:45:10 -0400
committerMichael Matloob <matloob@golang.org>2016-03-15 22:09:43 +0000
commit7e3344f74eea51433918e29abb925e9f6e037888 (patch)
tree13e1c07b84f7c7a241662f99299168e2c9d0d702 /src/runtime/debug
parent63142027de3a65de14298c5447a39cefe49ea1e3 (diff)
downloadgo-7e3344f74eea51433918e29abb925e9f6e037888.tar.gz
go-7e3344f74eea51433918e29abb925e9f6e037888.zip
runtime: update link to WriteHeapDump format
The new link is https://golang.org/s/go15heapdump. Change-Id: Ifcaf8572bfe815ffaa78442a1991f6e20e990a50 Reviewed-on: https://go-review.googlesource.com/20740 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/debug')
-rw-r--r--src/runtime/debug/garbage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/debug/garbage.go b/src/runtime/debug/garbage.go
index 2fb85a652c..4d3ca79a81 100644
--- a/src/runtime/debug/garbage.go
+++ b/src/runtime/debug/garbage.go
@@ -155,7 +155,7 @@ func SetPanicOnFault(enabled bool) bool {
// WriteHeapDump writes a description of the heap and the objects in
// it to the given file descriptor.
-// The heap dump format is defined at https://golang.org/s/go13heapdump.
+// The heap dump format is defined at https://golang.org/s/go15heapdump.
func WriteHeapDump(fd uintptr)
// SetTraceback sets the amount of detail printed by the runtime in