mirror of
https://github.com/golang/go
synced 2024-11-23 02:10:03 -07:00
doc/go1.5: fix hyperlink for runtime/trace
Missed in CL 13074. Change-Id: Ic0600341abbc423cd8d7b2201bf50e3b0bf398a7 Reviewed-on: https://go-review.googlesource.com/13167 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
47e0e4233f
commit
1579822be1
@ -1227,7 +1227,7 @@ adds new <a href="/pkg/os/signal/#Ignore"><code>Ignore</code></a> and
|
||||
|
||||
<li>
|
||||
The <a href="/pkg/runtime/"><code>runtime</code></a>,
|
||||
<a href="/pkg/runtime/pprof/"><code>runtime/trace</code></a>,
|
||||
<a href="/pkg/runtime/trace/"><code>runtime/trace</code></a>,
|
||||
and <a href="/pkg/net/http/pprof/"><code>net/http/pprof</code></a> packages
|
||||
each have new functions to support the tracing facilities described above:
|
||||
<a href="/pkg/runtime/#ReadTrace"><code>ReadTrace</code></a>,
|
||||
|
Loading…
Reference in New Issue
Block a user