From: Andrew Gerrand
Date: Thu, 8 Mar 2012 02:36:38 +0000 (+1100)
Subject: doc: link to sub-repositories from reference page
X-Git-Tag: weekly.2012-03-13~109
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cfe007e1b67f869ed6d9ef8f188c2627b2ca4e25;p=gostls13.git
doc: link to sub-repositories from reference page
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5752049
---
diff --git a/doc/reference.html b/doc/reference.html
index 1b6953e027..b5c0f0b9d5 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -14,6 +14,22 @@
The documentation for the Go standard library.
+Sub-repositories
+
+
+These packages are part of the Go Project but outside the main Go tree.
+They are developed under looser compatibility
+requirements than the Go core.
+Install them with "go get
".
+
+
+
+
The documentation for the Go tools.