Skip to content

Commit

Permalink
doc: mention net/http/httptrace package in release notes
Browse files Browse the repository at this point in the history
Updates #15810

Change-Id: I689e18409a88c9e8941aa2e98f472c331efd455e
Reviewed-on: https://go-review.googlesource.com/23674
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
adg committed Jun 2, 2016
1 parent 17f7461 commit 6a0fd18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/go1.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,13 @@ <h3 id="context">Context</h3>
<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>
Expand Down

0 comments on commit 6a0fd18

Please sign in to comment.