mirror of
https://github.com/golang/go
synced 2024-11-12 00:30:22 -07:00
dd91d83d24
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5672048
47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
<!--{
|
|
"Title": "References"
|
|
}-->
|
|
|
|
<img src="/doc/gopher/ref.png" align="right"/>
|
|
<p>Keep these under your pillow.</p>
|
|
|
|
<div>
|
|
|
|
<h3 id="pkg"><a href="/pkg/">Package Documentation</a></h3>
|
|
<p>
|
|
The built-in documentation for the Go standard library.
|
|
</p>
|
|
|
|
<h3 id="cmd"><a href="/cmd/">Command Documentation</a></h3>
|
|
<p>
|
|
The built-in documentation for the Go tools.
|
|
</p>
|
|
|
|
<h3 id="spec"><a href="go_spec.html">Language Specification</a></h3>
|
|
<p>
|
|
The official Go Language specification.
|
|
</p>
|
|
|
|
<h3 id="appengine"><a href="http://code.google.com/appengine/docs/go/">App Engine Go Runtime Documentation</a></h3>
|
|
<p>
|
|
The documentation for
|
|
<a href="http://code.google.com/appengine/">Google App Engine</a>'s Go runtime.
|
|
</p>
|
|
|
|
<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>
|
|
<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>
|
|
|
|
<h3 id="debugging_with_gdb"><a href="debugging_with_gdb.html">Debugging Go Code with GDB</a></h3>
|
|
<p>
|
|
Using GDB to debug Go programs.
|
|
</p>
|
|
|
|
</div>
|