From 4deb2a7ad4f967f18eb1e2e3796e0ac593d01d4e Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 4 Sep 2012 15:26:51 +1000 Subject: doc: link to references from docs page Fixes issue 3667. R=golang-dev, iant CC=golang-dev http://codereview.appspot.com/6492078 --- doc/docs.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/docs.html') diff --git a/doc/docs.html b/doc/docs.html index 8f54efe78..4c06e8249 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 -- cgit v1.2.1