From: Andrew Gerrand Date: Wed, 1 May 2013 14:00:05 +0000 (-0400) Subject: doc: link to Go 1.1 release notes X-Git-Tag: go1.1rc2~23 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3bd076991bcb619f076dab99a17cdd620dada037;p=gostls13.git doc: link to Go 1.1 release notes R=golang-dev, r CC=golang-dev https://golang.org/cl/9047045 --- diff --git a/doc/docs.html b/doc/docs.html index 3112381c25..2dcab5d51c 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -82,6 +82,12 @@ Answers to common questions about Go. A guide for updating your code to work with Go 1.

+

Go 1.1 Release Notes

+

+A list of significant changes in Go 1.1, with instructions for updating your +code where necessary. +

+

Go 1 and the Future of Go Programs

What Go 1 defines and the backwards-compatibility guarantees one can expect as