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.
+ ++A German translation of the Go Tutorial. +
+ +@@ -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 demonstration of the practical use of goroutines and channels. +
+ ++A self-describing Codewalk. +
+ +Articles about Go from external blogs.