diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-03-26 16:50:58 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-03-26 16:50:58 +0200 |
commit | 519725bb3c075ee2462c929f5997cb068e18466a (patch) | |
tree | 5b162e8488ad147a645048c073577821b4a2bee9 /doc/reference.html | |
parent | 842623c5dd2819d980ca9c58048d6bc6ed82475f (diff) | |
download | golang-upstream-weekly/2012.03.22.tar.gz |
Imported Upstream version 2012.03.22upstream-weekly/2012.03.22
Diffstat (limited to 'doc/reference.html')
-rw-r--r-- | doc/reference.html | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/doc/reference.html b/doc/reference.html index 12a6ef96d..0eddc2352 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -1,9 +1,9 @@ <!--{ "Title": "References", - "Path": "/ref/" + "Path": "/ref/" }--> -<img src="/doc/gopher/ref.png" align="right"/> +<img class="gopher" src="/doc/gopher/ref.png" /> <p>Good bedtime reading.</p> @@ -42,18 +42,34 @@ same variable in a different goroutine. Using GDB to debug Go programs. </p> -<h3 id="articles">Articles</h2> +<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> -<li><a href="http://blog.golang.org/2011/03/c-go-cgo.html">C? Go? Cgo!</a> - linking against C code with <a href="/cmd/cgo/">cgo</a>.</li> +<li><a href="/doc/articles/c_go_cgo.html">C? Go? Cgo!</a> - linking against C code with <a href="/cmd/cgo/">cgo</a>.</li> <li><a href="/doc/articles/defer_panic_recover.html">Defer, Panic, and Recover</a></li> <li><a href="/doc/articles/slices_usage_and_internals.html">Go Slices: usage and internals</a></li> -<li><a href="http://blog.golang.org/2011/03/godoc-documenting-go-code.html">Godoc: documenting Go code</a> - writing good documentation for <a href="/cmd/godoc/">godoc</a>.</li> +<li><a href="/doc/articles/godoc_documenting_go_code.html">Godoc: documenting Go code</a> - writing good documentation for <a href="/cmd/godoc/">godoc</a>.</li> <li><a href="http://blog.golang.org/2011/06/profiling-go-programs.html">Profiling Go Programs</a></li> </ul> <p> -See the <a href=/doc/#articles">documentation page</a> for more articles. +See the <a href="/doc/#articles">documentation page</a> for more articles. </p> </div> |