From 520d5db4d3b803ee5ec15211a2093b4ffaee379e Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 2 Jul 2010 13:32:02 +1000 Subject: [PATCH] Add various items to the Go Resources page. R=r CC=golang-dev https://golang.org/cl/1674045 --- doc/go_learning.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/doc/go_learning.html b/doc/go_learning.html index 072d047f07b..630daf08618 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

+ +

Eine Anleitung zum Programmieren in Go

+

+A German translation of the Go Tutorial. +

+ +

Frequently Asked Questions

Go FAQ

@@ -85,7 +94,7 @@ Answers to common questions about the design decisions behind Go. Answers to common questions about programming with Go.

-

Development

+

Development

Contributing to the Go project

@@ -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

+ +

Share Memory By Communicating

+

+A demonstration of the practical use of goroutines and channels. +

+ +

How to write a Codewalk

+

+A self-describing Codewalk. +

+ +

Blog Posts

Articles about Go from external blogs.