> 本文参考 [**嗨客网**](https://haicoder.net) 的 [**Go语言教程**](https://haicoder.net/golang/golang-tutorial.html)
**关键词:**
`golang 容器类有哪些`
`Golang数组` `Go语言数组初始化` `Go语言多维数组` `Go语言多维数组遍历`
`Go语言切片` `Go语言切片` `Go语言切片复制` `Go语言切片遍历` `Go语言多维切片`
`Go语言map` `Go语言map的创建`
# **Go语言集合类(上)**
## **前言**
我们在学习一门编程语言,最开始拥有一个清晰的学习路线,是十分重要的,只有知道了自己需要学什么,才能更好的激发学习的激情。学习就像是我们在玩游戏时去打副本,而学习路线就如同主线任务一般,在主线任务中能够知道这个副本有哪些装备,知道这些装备的属性加成,能够一步一步提升自己的等级。
当学习了 N+ 个知识点后,我们会感觉到一丝混乱,不知道这些东西,到底有什么用?那么此时看一下学习路线,将这些知识点串起来,这时候会有意想不到的结果!
本专题是关于 **[Golang学习路线](https://studygolang.com/topics/12247)** 中的第八个模块:**Go语言集合类(上)**。
## **正文**
本 **Go语言集合类(上)** 分为以下章节:
:one: **[Go语言容器](https://haicoder.net/golang/golang-collection.html)**
:two: **[Go语言数组](https://haicoder.net/golang/golang-array.html)**
:three: **[Go语言数组初始化](https://haicoder.net/golang/golang-array-init.html)**
:four: **[Go语言数组赋值](https://haicoder.net/golang/golang-array-assign.html)**
:five: **[Go语言数组遍历](https://haicoder.net/golang/golang-array-walk.html)**
:six: **[Go语言数组比较](https://haicoder.net/golang/golang-array-compare.html)**
:seven: **[Go语言多维数组](https://haicoder.net/golang/golang-mul-array.html)**
:eight: **[Go语言多维数组赋值](https://haicoder.net/golang/golang-mul-array-assign.html)**
:nine: **[Go语言多维数组遍历](https://haicoder.net/golang/golang-mul-array-walk.html)**
:keycap_ten: **[Go语言切片](https://haicoder.net/golang/golang-slice.html)**
:one::one: **[Go语言创建切片](https://haicoder.net/golang/golang-slice-make.html)**
:one::two: **[Go语言访问切片元素 ①](https://haicoder.net/golang/golang-slice-get.html)**
:one::three: **[Go语言访问切片元素 ②](https://haicoder.net/golang/golang-slice-get2.html)**
:one::four: **[Go语言切片遍历](https://haicoder.net/golang/golang-slice-walk.html)**
:one::five: **[Go语言切片添加元素 ①](https://haicoder.net/golang/golang-slice-append.html)**
:one::six: **[Go语言切片添加元素 ②](https://haicoder.net/golang/golang-slice-add.html)**
:one::seven: **[Go语言切片删除元素 ①](https://haicoder.net/golang/golang-slice-del.html)**
:one::eight: **[Go语言切片删除元素 ②](https://haicoder.net/golang/golang-slice-remove.html)**
:one::nine: **[Go语言切片复制](https://haicoder.net/golang/golang-slice-copy.html)**
:two::zero: **[Go语言切片遍历](https://haicoder.net/golang/golang-slice-walk.html)**
:two::one: **[Go语言多维切片](https://haicoder.net/golang/golang-mul-slice.html)**
:two::two: **[Go语言多维切片遍历](https://haicoder.net/golang/golang-mul-slice-walk.html)**
:two::three: **[Go语言切片长度与容量](https://haicoder.net/golang/golang-slice-cap-len.html)**
:two::four: **[Go语言map](https://haicoder.net/golang/golang-map.html)**
:two::five: **[Go语言map的创建](https://haicoder.net/golang/golang-map-make.html)**
## **后续**
**首页**:**[Golang学习路线](https://studygolang.com/topics/12247)**
**上一章**:**[Go语言string](https://studygolang.com/topics/12270)**
**下一章**:**Go语言集合类(下)**未更新
因为文章数量过多,整理不易,所以如果更新过慢,请大家谅解,文章我会尽自己最大速度更新,大家可以先关注我,或者收藏下这篇文章,我会持续更新的!
***2020.09.08更,未完待续。。。。。***
有疑问加站长微信联系(非本文作者)