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