]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention WriteHeapDump in 1.3 release notes
authorIan Lance Taylor <iant@golang.org>
Mon, 2 Jun 2014 18:05:46 +0000 (11:05 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 2 Jun 2014 18:05:46 +0000 (11:05 -0700)
LGTM=r
R=khr, r
CC=golang-codereviews
https://golang.org/cl/103810044

doc/go1.3.html

index b22443ef06bd88933f345dda77cf20b270f8831b..685d233105852b2cdee1152a743d36b74a603aa5 100644 (file)
@@ -539,6 +539,12 @@ Earlier versions of Go handled this situation inconsistently: most instances
 were reported as deadlocks, but some trivial cases exited cleanly instead.
 </li>
 
+<li>
+The runtime/debug package now has a new function
+<a href="/pkg/runtime/debug/#WriteHeapDump"><code>debug.WriteHeapDump</code></a>
+that writes out a description of the heap.
+</li>
+
 <li>
 The <a href="/pkg/strconv/#CanBackquote"><code>CanBackquote</code></a>
 function in the <a href="/pkg/strconv/"><code>strconv</code></a> package