# README

## 项目介绍

* 个人博客：<https://qcrao.com>
* 电子书地址：<https://qcrao91.gitbook.io/go>
* 本项目地址：<https://github.com/qcrao/Go-Questions>

`Go 语言`学习入门和进阶知识。以 `Go 语言`为突破口，从问题切入，掌握 Go 语言、后端相关的各种硬核知识。希望本项目能在职场表现、项目实战上助你一臂之力！

## 项目目录

详见 [wiki](https://github.com/qcrao/Go-Questions/wiki)

## 深度博客收录

只收录有深度的博客，请享用！

| 博客名            | 简介                     | 地址                                      |
| -------------- | ---------------------- | --------------------------------------- |
| 码农桃花源          | 本项目作者博客园               | <https://www.cnblogs.com/qcrao-2018>    |
| 欧神开源书《Go 语言原本》 | Golang committers      | <https://golang.design/under-the-hood/> |
| No Headback    | 滴滴技术大神曹春晖              | <http://xargin.com>                     |
| 面向信仰编程         | 给 kubernetes 提交 pr 的大神 | <https://draveness.me>                  |
| 煎鱼的迷之博客        | 知其然，知其所以然              | <https://github.com/EDDYCJY/blog>       |

## 学习交流

你可以加我的微信一起交流：raoquancheng1991。

也可以关注公众号，和更多的人一起学习：

![QR](https://user-images.githubusercontent.com/7698088/57526048-ebb2e280-735e-11e9-98dc-4a2cb060d0df.png)


---

# 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://qcrao91.gitbook.io/go/master.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.
