]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go_learning: add links to more German docs
authorAndrew Gerrand <adg@golang.org>
Thu, 26 Aug 2010 00:17:14 +0000 (10:17 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 26 Aug 2010 00:17:14 +0000 (10:17 +1000)
R=r
CC=golang-dev
https://golang.org/cl/1933045

doc/go_learning.html

index ecc11110608286f09c5a87bba921cf0f07980740..78a1ba94b07ca4d1e5a8c61e04e94b5ed77a4bc7 100644 (file)
@@ -69,13 +69,23 @@ How to write a new package and how to test code.
 </p>
 
 
-<h2 id="tutorials_nonenglish">Tutorials in languages other than English</h2>
+<h2 id="tutorials_nonenglish">Documentation in languages other than English</h2>
 
-<h3 id="tutorial_de"><a href="http://bitloeffel.de/DOC/golang/go_tutorial_20100613_de.html">Eine Anleitung zum Programmieren in Go</a></h3>
+<h3 id="tutorial_de"><a href="http://bitloeffel.de/DOC/golang/go_tutorial_de.html">Eine Anleitung zum Programmieren in Go</a></h3>
 <p>
 A German translation of the Go Tutorial.
 </p>
 
+<h3 id="effective_de"><a href="http://bitloeffel.de/DOC/golang/effective_go_de.html">Wirkungsvoll Go programmieren</a></h3>
+<p>
+A German translation of the Effective Go document.
+</p>
+
+<h3 id="code_de"><a href="http://bitloeffel.de/DOC/golang/code_de.html">Wie man Go-Kode schreibt</a></h3>
+<p>
+A German translation of the How to Write Go Code document.
+</p>
+
 
 <h2 id="faqs">Frequently Asked Questions</h2>