From: Andrew Gerrand
Date: Fri, 2 Jul 2010 03:32:02 +0000 (+1000)
Subject: Add various items to the Go Resources page.
X-Git-Tag: weekly.2010-07-14~48
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=520d5db4d3b803ee5ec15211a2093b4ffaee379e;p=gostls13.git
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 072d047f07..630daf0861 100644
--- a/doc/go_learning.html
+++ b/doc/go_learning.html
@@ -68,6 +68,15 @@ An introduction to Go for C++ programmers.
How to write a new package and how to test code.
+
+Tutorials in languages other than English
+
+
+
+A German translation of the Go Tutorial.
+
+
+
Frequently Asked Questions
@@ -85,7 +94,7 @@ Answers to common questions about the design decisions behind Go.
Answers to common questions about programming with Go.
-Development
+Development
@@ -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.
+Codewalks
+
+
+
+A demonstration of the practical use of goroutines and channels.
+
+
+
+
+A self-describing Codewalk.
+
+
+
Blog Posts
Articles about Go from external blogs.