<li><ahref="http://blog.golang.org/2011/01/json-and-go.html">JSON and Go</a> - using the <ahref="/pkg/encoding/json/">json</a> package.</li>
<li><ahref="http://blog.golang.org/2011/03/gobs-of-data.html">Gobs of data</a> - the design and use of the <ahref="/pkg/encoding/gob/">gob</a> package.</li>
<li><ahref="http://blog.golang.org/2011/09/laws-of-reflection.html">The Laws of Reflection</a> - the fundamentals of the <ahref="/pkg/reflect/">reflect</a> package.</li>
<li><ahref="http://blog.golang.org/2011/09/go-image-package.html">The Go image package</a> - the fundamentals of the <ahref="/pkg/image/">image</a> package.</li>
<li><ahref="http://blog.golang.org/2011/09/go-imagedraw-package.html">The Go image/draw package</a> - the fundamentals of the <ahref="/pkg/image/draw/">image/draw</a> package.</li>
<li><ahref="http://blog.golang.org/2011/03/c-go-cgo.html">C? Go? Cgo!</a> - linking against C code with <ahref="/cmd/cgo/">cgo</a>.</li>
<li><ahref="http://blog.golang.org/2011/03/godoc-documenting-go-code.html">Godoc: documenting Go code</a> - writing good documentation for <ahref="/cmd/godoc/">godoc</a>.</li>
<li><ahref="http://blog.golang.org/2011/06/profiling-go-programs.html">Profiling Go Programs</a></li>
<h3id="techtalk"><ahref="http://www.youtube.com/watch?v=rKnDgT73v8s">The Go Tech Talk</a></h3>
<p>
An hour-long talk delivered by Rob Pike at Google in October 2009.
The language's first public introduction. (See the <ahref="talks/go_talk-20091030.pdf">slides in PDF format</a>.) The language has changed since it was made,
Rob Pike's Emerging Languages Conference presentation delivered in July 2010. See the <ahref="http://assets.en.oreilly.com/1/event/45/Go%20Presentation.pdf">presentation slides</a>. Abstract:
</p>
<p><i>
Go’s approach to concurrency differs from that of many languages, even those
(such as Erlang) that make concurrency central, yet it has deep roots. The path
from Hoare’s 1978 paper to Go provides insight into how and why Go works as it
<li><ahref="http://go-tour-zh.appspot.com/">A Tour of Go</a></li>
<li><ahref="http://code.google.com/p/golang-china/">golang-china</a> - a broad range of Go documentation.</li>
<li><ahref="http://code.google.com/p/ac-me/downloads/detail?name=fango.pdf">Effective Go and Tutorial</a></li>
</ul>
<h4id="docs_cz">Czech — Čeština</h4>
<ul>
<li><ahref="http://www.abclinuxu.cz/clanky/google-go-pravidla-reflexe">Pravidla reflexe</a> - a translation of <ahref="http://blog.golang.org/2011/09/laws-of-reflection.html">The Laws of Reflection</a>.</li>
</ul>
<h4id="docs_fr">French — Français</h4>
<ul>
<li>
<ahref="http://code.google.com/p/golang-france/">golang-france</a> - Go documentation.
</ul>
<h4id="docs_de">German — Deutsch</h4>
<ul>
<li><ahref="http://bitloeffel.de/DOC/golang/go_tutorial_de.html">Eine Anleitung zum Programmieren in Go</a> - the Go Tutorial.</li>
<li><ahref="http://bitloeffel.de/DOC/golang/effective_go_de.html">Wirkungsvoll Go programmieren</a> - Effective Go.</li>
<li><ahref="http://bitloeffel.de/DOC/golang/code_de.html">Wie man Go-Kode schreibt</a> - How to Write Go Code.</li>
</ul>
<h4id="docs_jp">Japanese — 日本語</h4>
<ul>
<li><ahref="http://go-tour-jp.appspot.com/">A Tour of Go</a></li>
<li><ahref="http://golang.jp/">golang.jp</a> - Go documentation and news.</li>
</ul>
<h4id="docs_kr">Korean — 한국어</h4>
<ul>
<li><ahref="http://go-tour-kr.appspot.com">A Tour of Go</a></li>
<li><ahref="http://code.google.com/p/golang-korea">golang-korea</a> - Go documentation and news.</li>