| <!--{ |
| "Title": "References", |
| "Path": "/ref/" |
| }--> |
| |
| <img class="gopher" src="/doc/gopher/ref.png" /> |
| |
| <p>Good bedtime reading.</p> |
| |
| <div> |
| |
| <h3 id="pkg"><a href="/pkg/">Package Documentation</a></h3> |
| <p> |
| The documentation for the Go standard library. |
| </p> |
| |
| <h3 id="cmd"><a href="/doc/cmd">Command Documentation</a></h3> |
| <p> |
| The documentation for the Go tools. |
| </p> |
| |
| <h3 id="spec"><a href="/ref/spec">Language Specification</a></h3> |
| <p> |
| The official Go Language specification. |
| </p> |
| |
| <h3 id="appengine"><a href="https://developers.google.com/appengine/docs/go/">App Engine Go Runtime Documentation</a></h3> |
| <p> |
| The documentation for |
| <a href="https://developers.google.com/appengine/">Google App Engine</a>'s Go runtime. |
| </p> |
| |
| <h3 id="go_mem"><a href="/ref/mem">The Go Memory Model</a></h3> |
| <p> |
| A document that specifies the conditions under which reads of a variable in |
| one goroutine can be guaranteed to observe values produced by writes to the |
| same variable in a different goroutine. |
| </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/#hdr-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://godoc.org/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://godoc.org/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://godoc.org/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://godoc.org/code.google.com/p/go.net">docs</a>] |
| <li><a href="http://code.google.com/p/go/source/browse?repo=text"><code>code.google.com/p/go.text</code></a> [<a href="http://godoc.org/code.google.com/p/go.text">docs</a>] |
| <li><a href="http://code.google.com/p/go/source/browse?repo=exp"><code>code.google.com/p/go.exp</code></a> [<a href="http://godoc.org/code.google.com/p/go.exp">docs</a>] |
| <li><a href="http://code.google.com/p/go/source/browse?repo=talks"><code>code.google.com/p/go.talks</code></a> [<a href="http://godoc.org/code.google.com/p/go.talks">docs</a>] |
| <li><a href="http://code.google.com/p/go/source/browse?repo=blog"><code>code.google.com/p/go.blog</code></a> [<a href="http://godoc.org/code.google.com/p/go.blog">docs</a>] |
| </ul> |
| |
| <p> |
| See the <a href="/doc/">documents page</a> for more documentation. |
| </p> |
| |
| </div> |