mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
doc: mention WriteHeapDump in 1.3 release notes
LGTM=r R=khr, r CC=golang-codereviews https://golang.org/cl/103810044
This commit is contained in:
parent
bb824b6a0f
commit
06b67f304e
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue