From cfe007e1b67f869ed6d9ef8f188c2627b2ca4e25 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 8 Mar 2012 13:36:38 +1100 Subject: [PATCH] doc: link to sub-repositories from reference page R=golang-dev, r CC=golang-dev https://golang.org/cl/5752049 --- doc/reference.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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". +

+ + +

Command Documentation

The documentation for the Go tools. -- 2.50.0