> For the complete documentation index, see [llms.txt](https://yar999.gitbook.io/gopl-zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yar999.gitbook.io/gopl-zh/appendix/appendix-d-translations.md).

# 附录D：其它语言

下表是 [The Go Programming Language](http://www.gopl.io/) 其它语言版本：

| 语言   | 链接                                                                                      | 时间       | 译者                                                                                                                                                                         | ISBN          |
| ---- | --------------------------------------------------------------------------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| 中文   | [《Go语言圣经》](http://golang-china.github.io/gopl-zh/)                                      | 2016/2/1 | [chai2010](https://github.com/chai2010), [Xargin](https://github.com/cch123), [CrazySssst](https://github.com/CrazySssst), [foreversmart](https://github.com/foreversmart) | ?             |
| 韩语   | [Acorn Publishing (Korea)](http://www.acornpub.co.kr/)                                  | 2016     | Seung Lee                                                                                                                                                                  | 9788960778320 |
| 俄语   | [Williams Publishing (Russia)](http://www.williamspublishing.com/)                      | 2016     | ?                                                                                                                                                                          | 9785845920515 |
| 波兰语  | [Helion (Poland)](http://helion.pl/)                                                    | 2016     | ?                                                                                                                                                                          | ?             |
| 日语   | [Maruzen Publishing (Japan)](http://www.maruzen.co.jp/corp/en/services/publishing.html) | 2017     | Yoshiki Shibata                                                                                                                                                            | 9784621300251 |
| 葡萄牙语 | [Novatec Editora (Brazil)](http://novatec.com.br/)                                      | 2017     | ?                                                                                                                                                                          | ?             |
| 中文简体 | [Pearson Education Asia](http://www.pearsonapac.com/)                                   | 2017     | ?                                                                                                                                                                          | ?             |
| 中文繁体 | [Gotop Information (Taiwan)](http://www.gotop.com.tw/)                                  | 2017     | ?                                                                                                                                                                          | ?             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yar999.gitbook.io/gopl-zh/appendix/appendix-d-translations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
