From: Andrew Gerrand
Date: Fri, 21 Sep 2012 19:54:59 +0000 (+1000)
Subject: [release-branch.go1] doc: link to references from docs page
X-Git-Tag: go1.0.3~44
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b4724ad7ed3defd0ed4b501313a37ef32ea43697;p=gostls13.git
[release-branch.go1] doc: link to references from docs page
««« backport bbf84838fd24
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.
+
+Language specification, memory model, and detailed documentation for the commands and packages.
+
How to develop and deploy a simple Go project with