From f34e1916915efd5ff64200c23d502be22b23aefb Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 26 Aug 2010 10:17:14 +1000 Subject: [PATCH] doc/go_learning: add links to more German docs R=r CC=golang-dev https://golang.org/cl/1933045 --- doc/go_learning.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/go_learning.html b/doc/go_learning.html index ecc1111060..78a1ba94b0 100644 --- a/doc/go_learning.html +++ b/doc/go_learning.html @@ -69,13 +69,23 @@ How to write a new package and how to test code.

-

Tutorials in languages other than English

+

Documentation in languages other than English

-

Eine Anleitung zum Programmieren in Go

+

Eine Anleitung zum Programmieren in Go

A German translation of the Go Tutorial.

+

Wirkungsvoll Go programmieren

+

+A German translation of the Effective Go document. +

+ +

Wie man Go-Kode schreibt

+

+A German translation of the How to Write Go Code document. +

+

Frequently Asked Questions