mirror of
https://github.com/golang/go
synced 2024-11-24 03:00:17 -07:00
doc: add to and consolidate non-english doc references
R=r, r2 CC=golang-dev https://golang.org/cl/2315042
This commit is contained in:
parent
ae5cb2c581
commit
6b2c7ffbab
@ -54,25 +54,25 @@ An introduction to Go for C++ programmers.
|
||||
|
||||
<h2 id="tutorials_nonenglish">Non-English Documentation</h2>
|
||||
|
||||
<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="docs_cn">Chinese — 中文</h3>
|
||||
|
||||
<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>
|
||||
<ul>
|
||||
<li><a href="http://code.google.com/p/golang-china/">golang-china</a> - a broad range of Go documentation.</li>
|
||||
<li><a href="http://code.google.com/p/ac-me/downloads/detail?name=fango.pdf">Effective Go and Tutorial</a></li>
|
||||
</ul>
|
||||
|
||||
<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>
|
||||
<h3 id="docs_de">German — Deutsch</h3>
|
||||
|
||||
<h3 id="effective_cn"><a href="http://code.google.com/p/ac-me/downloads/detail?name=fango.pdf">Effective Go and Tutorial, a Chinese Translation</a></h3>
|
||||
<p>
|
||||
A Chinese translation of both the Effective Go and Go Tutorial documents.
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="http://bitloeffel.de/DOC/golang/go_tutorial_de.html">Eine Anleitung zum Programmieren in Go</a> - the Go Tutorial.</li>
|
||||
<li><a href="http://bitloeffel.de/DOC/golang/effective_go_de.html">Wirkungsvoll Go programmieren</a> - Effective Go.</li>
|
||||
<li><a href="http://bitloeffel.de/DOC/golang/code_de.html">Wie man Go-Kode schreibt</a> - How to Write Go Code.</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="docs_jp">Japanese — 日本語</h3>
|
||||
<ul>
|
||||
<li><a href="http://golang.jp/">golang.jp</a></h3> - Go documentation and news.
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user