]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: update link to WriteHeapDump format
authorMichael Matloob <matloob@golang.org>
Tue, 15 Mar 2016 21:45:10 +0000 (17:45 -0400)
committerMichael Matloob <matloob@golang.org>
Tue, 15 Mar 2016 22:09:43 +0000 (22:09 +0000)
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>
src/runtime/debug/garbage.go
src/runtime/heapdump.go

index 2fb85a652cf14bbc98773965caaf9e34fa41c2ed..4d3ca79a819e4e944f57d83553da1d45c09c35c1 100644 (file)
@@ -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
index ae63b2182cfb2d831b79e548844209cc80af5d50..e6a41f7f97a2be9988e4990541cf706fdfe45620 100644 (file)
@@ -7,7 +7,7 @@
 // finalizers, etc.) to a file.
 
 // The format of the dumped file is described at
-// https://golang.org/s/go14heapdump.
+// https://golang.org/s/go15heapdump.
 
 package runtime