1
0
mirror of https://github.com/golang/go synced 2024-11-21 13:04:39 -07:00

doc: link to references from docs page

Fixes #3667.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/6492078
This commit is contained in:
Andrew Gerrand 2012-09-04 15:26:51 +10:00
parent f4c22b29d4
commit 997a11ae6a

View File

@ -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.
</p>
<h3 id="ref"><a href="/ref/">Go References</a></h3>
<p>Language specification, memory model, and detailed documentation for the commands and packages.</p>
<h3 id="appengine"><a href="https://developers.google.com/appengine/docs/go/gettingstarted/">Getting Started with Go on App Engine</a></h3>
<p>
How to develop and deploy a simple Go project with