From 6a0fd18016794a681580c8ca971c7d2d26f287bf Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 2 Jun 2016 14:31:16 +1000 Subject: [PATCH] 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 --- doc/go1.7.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/go1.7.html b/doc/go1.7.html index 37e1e56d2460f..3ae036cc5b696 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -379,6 +379,13 @@

Context

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