From: Andrew Gerrand
Date: Thu, 2 Jun 2016 04:31:16 +0000 (+1000)
Subject: doc: mention net/http/httptrace package in release notes
X-Git-Tag: go1.7beta2~78
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6a0fd18016794a681580c8ca971c7d2d26f287bf;p=gostls13.git
doc: mention net/http/httptrace package in release notes
Updates #15810
Change-Id: I689e18409a88c9e8941aa2e98f472c331efd455e
Reviewed-on: https://go-review.googlesource.com/23674
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/go1.7.html b/doc/go1.7.html
index 37e1e56d24..3ae036cc5b 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -379,6 +379,13 @@ and the Go blog post
âGo Concurrent Patterns: Context.â
+HTTP Tracing
+
+
+Go 1.7 introduces net/http/httptrace
,
+a package that provides mechanisms for tracing events within HTTP requests.
+
+
Testing