aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-19 13:52:26 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-19 13:52:26 +1100
commit6230569e841543a68b3a68c96f8856b6180199b4 (patch)
treed5e2aea414d8aa905eef3b552514cfee0124029f
parent1f6fc949f67973b4b745b5f0bd9c52ac27578186 (diff)
downloadgo-6230569e841543a68b3a68c96f8856b6180199b4.tar.gz
go-6230569e841543a68b3a68c96f8856b6180199b4.zip
doc: move sub-repos lower on reference page
R=golang-dev, r CC=golang-dev https://golang.org/cl/5846065
-rw-r--r--doc/reference.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/reference.html b/doc/reference.html
index 8708049f6c..0eddc2352e 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -14,22 +14,6 @@
The documentation for the Go standard library.
</p>
-<h4 id="subrepos">Sub-repositories</h4>
-
-<p>
-These packages are part of the Go Project but outside the main Go tree.
-They are developed under looser <a href="/doc/go1compat.html">compatibility
-requirements</a> than the Go core.
-Install them with "<code><a href="/cmd/go/#Download_and_install_packages_and_dependencies">go get</a></code>".
-</p>
-
-<ul>
-<li><a href="http://code.google.com/p/go/source/browse?repo=codereview"><code>code.google.com/p/go.codereview</code></a> [<a href="http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.codereview">docs</a>]
-<li><a href="http://code.google.com/p/go/source/browse?repo=crypto"><code>code.google.com/p/go.crypto</code></a> [<a href="http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.crypto">docs</a>]
-<li><a href="http://code.google.com/p/go/source/browse?repo=image"><code>code.google.com/p/go.image</code></a> [<a href="http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.image">docs</a>]
-<li><a href="http://code.google.com/p/go/source/browse?repo=net"><code>code.google.com/p/go.net</code></a> [<a href="http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.net">docs</a>]
-</ul>
-
<h3 id="cmd"><a href="/ref/cmd">Command Documentation</a></h3>
<p>
The documentation for the Go tools.
@@ -58,6 +42,22 @@ same variable in a different goroutine.
Using GDB to debug Go programs.
</p>
+<h4 id="subrepos">Sub-repositories</h4>
+
+<p>
+These packages are part of the Go Project but outside the main Go tree.
+They are developed under looser <a href="/doc/go1compat.html">compatibility
+requirements</a> than the Go core.
+Install them with "<code><a href="/cmd/go/#Download_and_install_packages_and_dependencies">go get</a></code>".
+</p>
+
+<ul>
+<li><a href="http://code.google.com/p/go/source/browse?repo=codereview"><code>code.google.com/p/go.codereview</code></a> [<a href="http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.codereview">docs</a>]
+<li><a href="http://code.google.com/p/go/source/browse?repo=crypto"><code>code.google.com/p/go.crypto</code></a> [<a href="http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.crypto">docs</a>]
+<li><a href="http://code.google.com/p/go/source/browse?repo=image"><code>code.google.com/p/go.image</code></a> [<a href="http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.image">docs</a>]
+<li><a href="http://code.google.com/p/go/source/browse?repo=net"><code>code.google.com/p/go.net</code></a> [<a href="http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.net">docs</a>]
+</ul>
+
<h4 id="articles">Articles</h4>
<ul>