From 41af93f6a345f4ba38ba53bf333e2844a0e532c6 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 17 Dec 2015 13:34:41 -0800 Subject: [PATCH] doc: change go1.6 http heading Change-Id: Iae05082530891175e9c86da244e610bc92759561 Reviewed-on: https://go-review.googlesource.com/17918 Reviewed-by: Chris Broadfoot --- doc/go1.6.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go1.6.html b/doc/go1.6.html index dbdf3cede6..9f39e7e038 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -33,7 +33,7 @@ We expect almost all Go programs to continue to compile and run as before.

The release adds new ports to Linux on 64-bit MIPS and Android on 32-bit x86; defined and enforced rules for sharing Go pointers with C; -transparent, automatic support for HTTP/2; +transparent, automatic support for HTTP/2; and a new mechanism for template reuse.

@@ -258,7 +258,7 @@ to implementations of the

Core library

-

HTTP

+

HTTP/2

Go 1.6 adds transparent support in the -- 2.50.0