aboutsummaryrefslogtreecommitdiff
path: root/doc/docs.html
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2013-09-12 09:08:59 +1000
committerRob Pike <r@golang.org>2013-09-12 09:08:59 +1000
commita97a7c5eb6e0bca13076c3ce40c8c1f1f020cca6 (patch)
tree4fd214d1e59b19d3d4faeca1adb67f2dce8336fb /doc/docs.html
parentff416a3f192cd331225f8cda7453b4ed3fb43fb6 (diff)
downloadgo-a97a7c5eb6e0bca13076c3ce40c8c1f1f020cca6.tar.xz
doc/go1.2.html: some library changes (fmt, template)
Also link it to the landing page for docs. R=golang-dev, adg CC=golang-dev https://golang.org/cl/13652045
Diffstat (limited to 'doc/docs.html')
-rw-r--r--doc/docs.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 2dcab5d51c..32ce1d63bc 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -88,6 +88,12 @@ A list of significant changes in Go 1.1, with instructions for updating your
code where necessary.
</p>
+<h3 id="go1.2notes"><a href="/doc/go1.2.html">Go 1.2 Release Notes</a></h3>
+<p>
+A list of significant changes in Go 1.2, 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