From: Russ Cox Date: Wed, 5 Aug 2015 14:20:02 +0000 (-0400) Subject: doc/go1.5: fix hyperlink for runtime/trace X-Git-Tag: go1.5rc1~19 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1579822be1c157946eda56466186f46fbedcc12a;p=gostls13.git 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 --- diff --git a/doc/go1.5.html b/doc/go1.5.html index a8e072efef..b07491100b 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -1227,7 +1227,7 @@ adds new Ignore and
  • The runtime, -runtime/trace, +runtime/trace, and net/http/pprof packages each have new functions to support the tracing facilities described above: ReadTrace,