mirror of
https://github.com/golang/go
synced 2024-11-21 20:44:39 -07:00
doc/go_learning: add links to more German docs
R=r CC=golang-dev https://golang.org/cl/1933045
This commit is contained in:
parent
dbc6d75315
commit
f34e191691
@ -69,13 +69,23 @@ How to write a new package and how to test code.
|
|||||||
</p>
|
</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>
|
<p>
|
||||||
A German translation of the Go Tutorial.
|
A German translation of the Go Tutorial.
|
||||||
</p>
|
</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>
|
<h2 id="faqs">Frequently Asked Questions</h2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user