> For the complete documentation index, see [llms.txt](https://go.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://go.netdpi.net/array_slice_map.md).

# 06-Array、Slice 與 Map

我們在第三章探討了 Go 的基本型別，本章將探討三個內建的型別：分別是陣列（array）、slice、以及 map。
