> For the complete documentation index, see [llms.txt](https://joyous-x.gitbook.io/mbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://joyous-x.gitbook.io/mbook/part-i-language.md).

# Part I - Language

- [目录](https://joyous-x.gitbook.io/mbook/part-i-language/catalog.md): 编程语言相关知识汇总
- [Golang](https://joyous-x.gitbook.io/mbook/part-i-language/catalog-1.md): 编程语言相关知识汇总
- [go 知识点合辑](https://joyous-x.gitbook.io/mbook/part-i-language/catalog-1/go_utils.md)
- [go mod 简介](https://joyous-x.gitbook.io/mbook/part-i-language/catalog-1/gomod.md): golang 中 mod 的简介以及使用
- [recover & const 简述](https://joyous-x.gitbook.io/mbook/part-i-language/catalog-1/recover-and-const_desc.md): golang 中 recover 的使用，以及 const 类型转换使用过程中遇到的的问题
- [关于 nil 的一些事情](https://joyous-x.gitbook.io/mbook/part-i-language/catalog-1/somethings_about_nil.md): 关于 nil 的一些事情
- [slice 底层结构](https://joyous-x.gitbook.io/mbook/part-i-language/catalog-1/slice_base.md): slice 的底层结构，了解 slice 的实现基础
- [JS](https://joyous-x.gitbook.io/mbook/part-i-language/catalog-2.md): 编程语言相关知识汇总
- [js 零基础起步](https://joyous-x.gitbook.io/mbook/part-i-language/catalog-2/js_zero_start.md): js 基础知识汇总
- [Python](https://joyous-x.gitbook.io/mbook/part-i-language/catalog-3.md): 编程语言相关知识汇总
- [python 基础](https://joyous-x.gitbook.io/mbook/part-i-language/catalog-3/python-ji-chu.md)


---

# 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://joyous-x.gitbook.io/mbook/part-i-language.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.
