# 写在前面

深入、全面剖析go语言网络编程技术。

市面上关注网络编程的中文书籍很少，网络上碎片化的知识无法形成完整的学习体系，遂决定实现这本关注Go网络编程的书籍。

希望能和大家进行交流，可以通过<bekars@qq.com>联系到我。

bekars 2022.07


---

# 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.bwd.cool/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.
