> For the complete documentation index, see [llms.txt](https://eddycjy.gitbook.io/golang/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eddycjy.gitbook.io/golang/master.md).

# Introduction

写写代码，喝喝茶，搞搞 Go，一起吧，这是我的项目地址：<https://github.com/EDDYCJY/blog>

## 在线阅读

* <https://eddycjy.gitbook.io/golang/>

## 我的公众号

推荐大家关注我的公众号，长期坚持更新原创知识。也可以加我微信，拉你进 Go 技术交流群：

<figure><img src="/files/nMuhZxRccgjC1PbG9zHm" alt=""><figcaption><p>煎鱼的公众号</p></figcaption></figure>

## ？

如果有任何疑问或错误，欢迎在 issues 进行提问或给予修正意见

如果喜欢或对你有所帮助，欢迎 Star，对作者是一种鼓励和推进 😀

## License

所有文章采用[知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议](https://creativecommons.org/licenses/by-nc-sa/3.0/cn/)进行许可


---

# 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, and the optional `goal` query parameter:

```
GET https://eddycjy.gitbook.io/golang/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
