From 997a11ae6accb410f6fbbb295143d28cb9aaa152 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
Date: Tue, 4 Sep 2012 15:26:51 +1000
Subject: [PATCH] doc: link to references from docs page
Fixes #3667.
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/6492078
---
doc/docs.html | 3 +++
1 file changed, 3 insertions(+)
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