github.com/varialus/godfly@v0.0.0-20130904042352-1934f9f095ab/doc/reference.html (about)

     1  <!--{
     2  	"Title": "References",
     3      "Path":  "/ref/"
     4  }-->
     5  
     6  <img class="gopher" src="/doc/gopher/ref.png" />
     7  
     8  <p>Good bedtime reading.</p>
     9  
    10  <div>
    11  
    12  <h3 id="pkg"><a href="/pkg/">Package Documentation</a></h3>
    13  <p>
    14  The documentation for the Go standard library.
    15  </p>
    16  
    17  <h3 id="cmd"><a href="/doc/cmd">Command Documentation</a></h3>
    18  <p>
    19  The documentation for the Go tools.
    20  </p>
    21  
    22  <h3 id="spec"><a href="/ref/spec">Language Specification</a></h3>
    23  <p>
    24  The official Go Language specification.
    25  </p>
    26  
    27  <h3 id="appengine"><a href="https://developers.google.com/appengine/docs/go/">App Engine Go Runtime Documentation</a></h3>
    28  <p>
    29  The documentation for
    30  <a href="https://developers.google.com/appengine/">Google App Engine</a>'s Go runtime.
    31  </p>
    32  
    33  <h3 id="go_mem"><a href="/ref/mem">The Go Memory Model</a></h3>
    34  <p>
    35  A document that specifies the conditions under which reads of a variable in
    36  one goroutine can be guaranteed to observe values produced by writes to the
    37  same variable in a different goroutine.
    38  </p>
    39  
    40  <h4 id="subrepos">Sub-repositories</h4>
    41  
    42  <p>
    43  These packages are part of the Go Project but outside the main Go tree.
    44  They are developed under looser <a href="/doc/go1compat.html">compatibility
    45  requirements</a> than the Go core.
    46  Install them with "<code><a href="/cmd/go/#hdr-Download_and_install_packages_and_dependencies">go get</a></code>".
    47  </p>
    48  
    49  <ul>
    50  <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>]
    51  <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>]
    52  <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>]
    53  <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>]
    54  <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>]
    55  <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>]
    56  <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>]
    57  <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>]
    58  </ul>
    59  
    60  <p>
    61  See the <a href="/doc/">documents page</a> for more documentation.
    62  </p>
    63  
    64  </div>