From: Andrew Gerrand Date: Tue, 4 Sep 2012 05:26:51 +0000 (+1000) Subject: doc: link to references from docs page X-Git-Tag: go1.1rc2~2533 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=997a11ae6accb410f6fbbb295143d28cb9aaa152;p=gostls13.git doc: link to references from docs page Fixes #3667. R=golang-dev, iant CC=golang-dev https://golang.org/cl/6492078 --- diff --git a/doc/docs.html b/doc/docs.html index 8f54efe78b..4c06e8249e 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -56,6 +56,9 @@ A must read for any new Go programmer. It augments the tour and the language specification, both of which should be read first.

+

Go References

+

Language specification, memory model, and detailed documentation for the commands and packages.

+

Getting Started with Go on App Engine

How to develop and deploy a simple Go project with