# 00.1 前言

​ 这本书能够帮助你成为一个更棒的Go开发者。

​ 我尽最大努力将这本书理论与实战兼顾，但是只有你的反馈才是评价这本书成功与否的标准。另外，本书的代码示例都是独立的，意味着你可以单独使用或者以其为模板创建更加复杂的应用。

​ 每章最后的练习题要亲自动手去敲，有什么问题尽管联系我，因为你的反馈与建议可以让本书的下一版本更加完善！


---

# 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://wskdsgcf.gitbook.io/mastering-go-zh-cn/0-qian-yan/00.1.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.
