Add various items to the Go Resources page.

R=r
CC=golang-dev
https://golang.org/cl/1674045
diff --git a/doc/go_learning.html b/doc/go_learning.html
index 072d047..630daf0 100644
--- a/doc/go_learning.html
+++ b/doc/go_learning.html
@@ -68,6 +68,15 @@
 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 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 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.