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