From de641ef0c46d53c36949fdcd773d5b4f27174a57 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 4 Aug 2015 09:11:06 +0200 Subject: [PATCH] doc/go1.5.html: update references to runtime/trace package Tracing functionality was moved from runtime/pprof to runtime/trace. Change-Id: I694e0f209d043c7ffecb113f1825175bf963dde3 Reviewed-on: https://go-review.googlesource.com/13074 Reviewed-by: Rob Pike --- doc/go1.5.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/go1.5.html b/doc/go1.5.html index 3197fd8e90..e449b47802 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -1222,14 +1222,14 @@ adds new Ignore and
  • The runtime, -runtime/pprof, +runtime/trace, and net/http/pprof packages each have new functions to support the tracing facilities described above: ReadTrace, StartTrace, StopTrace, -StartTrace, -StopTrace, and +Start, +Stop, and Trace. See the respective documentation for details.
  • -- 2.48.1