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.