1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:04:41 -07:00

Add various items to the Go Resources page.

R=r
CC=golang-dev
https://golang.org/cl/1674045
This commit is contained in:
Andrew Gerrand 2010-07-02 13:32:02 +10:00
parent 81c3e8cabc
commit 520d5db4d3

View File

@ -68,6 +68,15 @@ An introduction to Go for C++ programmers.
How to write a new package and how to test code.
</p>
<h2 id="tutorials_nonenglish">Tutorials in languages other than English</h2>
<h3 id="tutorial_de"><a href="http://bitloeffel.de/DOC/golang/go_tutorial_20100613_de.html">Eine Anleitung zum Programmieren in Go</a></h3>
<p>
A German translation of the Go Tutorial.
</p>
<h2 id="faqs">Frequently Asked Questions</h2>
<h3 id="go_faq"><a href="go_faq.html">Go FAQ</a></h3>
@ -85,7 +94,7 @@ Answers to common questions about the design decisions behind Go.
Answers to common questions about programming with Go.
</p>
<h2 id="faqs">Development</h2>
<h2 id="dev">Development</h2>
<h3 id="contibute"><a href="contribute.html">Contributing to the Go project</a></h3>
<p>
@ -125,6 +134,19 @@ A YouTube channel that includes screencasts and other Go-related videos:
A short promotional video featuring Russ Cox demonstrating Go's fast compiler.
</p>
<h2 id="codewalks">Codewalks</h2>
<h3 id="codewalk_sharemem"><a href="codewalk/sharemem/">Share Memory By Communicating</a></h3>
<p>
A demonstration of the practical use of goroutines and channels.
</p>
<h3 id="codewalk_codewalk"><a href="codewalk/codewalk/">How to write a Codewalk</a></h3>
<p>
A self-describing Codewalk.
</p>
<h2 id="blogs">Blog Posts</h2>
<p>
Articles about Go from external blogs.