| <!-- The Go Programming Language --> |
| |
| <h2>Documentation</h2> |
| <ul> |
| <li><a href="/doc/go_spec.html" target="_top">Language specification</a></li> |
| <li><a href="/doc/go_mem.html" target="_top">Memory model</a></li> |
| <li><a href="/doc/go_tutorial.html" target="_top">Tutorial</a></li> |
| <li><a href="/doc/effective_go.html" target="_top">Effective Go</a></li> |
| <li><a href="/doc/go_faq.html">Frequently asked questions</a></li> |
| <li><a href="/doc/go_lang_faq.html">Frequently asked questions about the design of the language</a></li> |
| <li><a href="/doc/go_for_cpp_programmers.html">Go For C++ Programmers</a></li> |
| <br /> |
| <li><a href="/pkg">Package documentation</a> |
| <br /> |
| <li><a href="/doc/install.html">How to install Go</a></li> |
| <li><a href="/doc/contribute.html">How to contribute to the Go project</a></li> |
| </ul> |
| |
| <h2>Other Resources</h2> |
| <ul> |
| <li>Mailing list: <a href="http://groups.google.com/group/NAME_TO_BE_DETERMINED">Go Nuts <nuts@XXX></a>. Please don't mail group members individually.</li> |
| <li><a href="http://code.google.com/p/go/source/browse/">Source code</a> |
| <li><a href="http://code.google.com/p/go/issues/list">Issue Tracker</a> |
| <li><!-- a href="http://www.google.com/codesearch?q=lang:go+package:go.googlecode.com" -->Code Search<!-- /a --></li> |
| </li> |
| <br /> |
| <li>The Google Tech Talk from October 30, 2009: |
| <a href="/doc/go_talk-20091030.pdf" target="_top">PDF</a> |
| <a href="https://video.google.com/XXX" target="_top">Video</a> |
| </li> |
| <li>Go course: |
| <ul> |
| <li>PDF slides: |
| <a href="/doc/GoCourseDay1.pdf" target="_top">Day 1</a>, |
| <a href="/doc/GoCourseDay2.pdf" target="_top">Day 2</a>, |
| <a href="/doc/GoCourseDay3.pdf" target="_top">Day 3</a> |
| </li> |
| </ul> |
| </li> |
| </ul> |