# 最新消息

<figure><img src="/files/bYPr24uAK6ig0cb9IPdR" alt=""><figcaption></figcaption></figure>

說明：An Introduction to Programming in Go 的正體中文版，內容淺顯易懂，適合做為 Go 的入門資料。

譯者：[Aaron Ming-Yi Liao](http://aaron.netdpi.net/)、Marcus Hsieh

網址：<https://go.netdpi.net>

Email：<myliao2007@acm.org>

感謝「國立成功大學／電機工程學系」協助

感謝 Robert Lee 幫忙審閱中文翻譯

原著：Caleb Doxsey

網址：<http://www.golang-book.com/>

下載 PDF：

{% file src="/files/zEdfBflGGcLl7xLtLp34" %}

版權聲明：

© 2014 Caleb Doxsey. Cover Art: © 2012 Abigail Doxsey Anderson. All Rights Reserved.

Portions of this page may contain modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.

本著作係採用[創用姓名標示 3.0 台灣 授權條款](http://www.google.com/url?q=http%3A%2F%2Fcreativecommons.org%2Flicenses%2Fby%2F3.0%2Ftw%2F\&sa=D\&sntz=1\&usg=AOvVaw0kKB19u22X4HWDL19ITbto).


---

# Agent Instructions: 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://go.netdpi.net/readme.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.
