1
0
mirror of https://github.com/golang/go synced 2024-11-21 16:04:45 -07:00

doc: link to Go 1.1 release notes

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9047045
This commit is contained in:
Andrew Gerrand 2013-05-01 10:00:05 -04:00
parent ca6b1f3eeb
commit 3bd076991b

View File

@ -82,6 +82,12 @@ Answers to common questions about Go.
A guide for updating your code to work with Go 1.
</p>
<h3 id="go1.1notes"><a href="/doc/go1.1.html">Go 1.1 Release Notes</a></h3>
<p>
A list of significant changes in Go 1.1, with instructions for updating your
code where necessary.
</p>
<h3 id="go1compat"><a href="/doc/go1compat.html">Go 1 and the Future of Go Programs</a></h3>
<p>
What Go 1 defines and the backwards-compatibility guarantees one can expect as