# Go

[Go语言标准库文档中文版 | Go语言中文网 | Golang中文社区 | Golang中国](https://studygolang.com/pkgdoc)

[Go语言圣经（中文版）](https://books.studygolang.com/gopl-zh/)

[Go语言高级编程(Advanced Go Programming)](https://chai2010.cn/advanced-go-programming-book/)

[米粒网 - 一个和开发者共同成长的社区](https://www.nodejs123.com/books/go)

[Go by Example 中文版](https://gobyexample-cn.github.io/) \[基于实践的介绍，包含一系列带有注释说明的示例程序]

#### 优秀的Go库收集项目

<https://github.com/avelino/awesome-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://gitbook.se7ensec.cn/dai-ma-mo-ban/go.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.
