]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention net/http/httptrace package in release notes
authorAndrew Gerrand <adg@golang.org>
Thu, 2 Jun 2016 04:31:16 +0000 (14:31 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 2 Jun 2016 04:38:52 +0000 (04:38 +0000)
Updates #15810

Change-Id: I689e18409a88c9e8941aa2e98f472c331efd455e
Reviewed-on: https://go-review.googlesource.com/23674
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.7.html

index 37e1e56d2460f60dbb173b2ccddfce4dee941c1f..3ae036cc5b696432f10bbe5999449f43ef14e4f8 100644 (file)
@@ -379,6 +379,13 @@ and the Go blog post
 “<a href="https://blog.golang.org/context">Go Concurrent Patterns: Context</a>.”
 </p>
 
+<h3 id="httptrace">HTTP Tracing</h3>
+
+<p>
+Go 1.7 introduces <a href="/pkg/net/http/httptrace/"><code>net/http/httptrace</code></a>,
+a package that provides mechanisms for tracing events within HTTP requests.
+</p>
+
 <h3 id="testing">Testing</h3>
 
 <p>