Commit 520d5db4 authored by Andrew Gerrand's avatar Andrew Gerrand

Add various items to the Go Resources page.

R=r
CC=golang-dev
https://golang.org/cl/1674045
parent 81c3e8ca
...@@ -68,6 +68,15 @@ An introduction to Go for C++ programmers. ...@@ -68,6 +68,15 @@ An introduction to Go for C++ programmers.
How to write a new package and how to test code. How to write a new package and how to test code.
</p> </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> <h2 id="faqs">Frequently Asked Questions</h2>
<h3 id="go_faq"><a href="go_faq.html">Go FAQ</a></h3> <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. ...@@ -85,7 +94,7 @@ Answers to common questions about the design decisions behind Go.
Answers to common questions about programming with Go. Answers to common questions about programming with Go.
</p> </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> <h3 id="contibute"><a href="contribute.html">Contributing to the Go project</a></h3>
<p> <p>
...@@ -125,6 +134,19 @@ A YouTube channel that includes screencasts and other Go-related videos: ...@@ -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. A short promotional video featuring Russ Cox demonstrating Go's fast compiler.
</p> </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> <h2 id="blogs">Blog Posts</h2>
<p> <p>
Articles about Go from external blogs. Articles about Go from external blogs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment