| <img src="/doc/gopher/ref.png" align="right"/> |
| <p>Keep these under your pillow.</p> |
| <h3 id="pkg"><a href="/pkg/">Package Documentation</a></h3> |
| The built-in documentation for the Go standard library. |
| <h3 id="cmd"><a href="/cmd/">Command Documentation</a></h3> |
| The built-in documentation for the Go tools. |
| <h3 id="spec"><a href="go_spec.html">Language Specification</a></h3> |
| The official Go Language specification. |
| <h3 id="appengine"><a href="http://code.google.com/appengine/docs/go/">App Engine Go Runtime Documentation</a></h3> |
| <a href="http://code.google.com/appengine/">Google App Engine</a>'s Go runtime. |
| <h3 id="release"><a href="devel/release.html">Release History</a></h3> |
| <p>A summary of the changes between Go releases.</p> |
| <h3 id="go_mem"><a href="go_mem.html">The Go Memory Model</a></h3> |
| 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. |
| <h3 id="debugging_with_gdb"><a href="debugging_with_gdb.html">Debugging Go Code with GDB</a></h3> |
| Using GDB to debug Go programs. |