From b4724ad7ed3defd0ed4b501313a37ef32ea43697 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
Date: Sat, 22 Sep 2012 05:54:59 +1000
Subject: [PATCH] [release-branch.go1] doc: link to references from docs page
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
««« backport bbf84838fd24
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
--
2.50.0