From c9836be112d4c9f7836c2adcfa2f7e941c8a1ecd Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 8 Mar 2012 16:10:55 +1100 Subject: [PATCH] doc: link to go1 and go1compat from docs index Fixes #3239. R=golang-dev, r CC=golang-dev https://golang.org/cl/5782049 --- doc/docs.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/docs.html b/doc/docs.html index 973299bdd6..9bd0d62b92 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -70,6 +70,19 @@ Answers to common questions about Go.

Go Language Community Wiki

A wiki maintained by the Go community.

+

Go version 1

+ +

Go 1 Release Notes

+

+A guide for updating your code to work with Go 1. +

+ +

Go 1 and the Future of Go Programs

+

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

+

Go Articles

The Go Blog

-- 2.50.0