# 第7课 数据结构

- [7.1 slice](https://eddycjy.gitbook.io/golang/di-7-ke-shu-ju-jie-gou/slice.md)
- [7.2 slice：最大容量大小是怎么来的](https://eddycjy.gitbook.io/golang/di-7-ke-shu-ju-jie-gou/why-slice-max.md)
- [7.3 map：初始化和访问元素](https://eddycjy.gitbook.io/golang/di-7-ke-shu-ju-jie-gou/map-access.md)
- [7.4 map：赋值和扩容迁移](https://eddycjy.gitbook.io/golang/di-7-ke-shu-ju-jie-gou/map-assign.md)
- [7.5 map：为什么遍历 map 是无序的](https://eddycjy.gitbook.io/golang/di-7-ke-shu-ju-jie-gou/why-map-no-order.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://eddycjy.gitbook.io/golang/di-7-ke-shu-ju-jie-gou.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.
