diff options
author | Ian Lance Taylor <iant@golang.org> | 2016-04-13 21:44:35 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2016-04-14 20:00:33 +0000 |
commit | 6372c821c7cada20e662f9cc37f5d1c202a6b5fe (patch) | |
tree | e076a5282193923a219d3ddda9808a9fd55a772f | |
parent | c9638810df5c0ab7e15a0856f0ddddf4b3afbba6 (diff) | |
download | go-git-6372c821c7cada20e662f9cc37f5d1c202a6b5fe.tar.gz |
doc: GCC 6 will have the Go 1.6.1 user libraries
Update #14759.
Change-Id: I8a174aad721beb62380e10071d9648b6b1c21b8c
Reviewed-on: https://go-review.googlesource.com/22072
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r-- | doc/go1.6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.6.html b/doc/go1.6.html index 8dea862ca4..9594736e65 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -168,7 +168,7 @@ Go 1.7 will remove support for the old syntax. <p> The release schedules for the GCC and Go projects do not coincide. GCC release 5 contains the Go 1.4 version of gccgo. -The next release, GCC 6, will have the Go 1.6 version of gccgo. +The next release, GCC 6, will have the Go 1.6.1 version of gccgo. </p> <h3 id="go_command">Go command</h3> |