> 本文参考 [**嗨客网**](https://haicoder.net) 的 [**Go语言教程**](https://haicoder.net/golang/golang-tutorial.html)
**关键词**:
`Go语言map的赋值` `Go语言map的遍历` `Go语言获取map元素` `Go语言删除map元素`
`Go语言sync.Map` ` Go语言sync.Map遍历元素` `Go语言sync.Map LoadOrStore函数用法`
`Go语言列表list` `Go语言列表list元素移动到后面``Go语言列表list取出元素` `Go语言列表list长度`
`Go语言数组与切边区别` `Go语言nil空值详解` `Go语言new与make区别`
# **Go语言集合类(下)**
## **前言**
我们在学习一门编程语言,最开始拥有一个清晰的学习路线,是十分重要的,只有知道了自己需要学什么,才能更好的激发学习的激情。学习就像是我们在玩游戏时去打副本,而学习路线就如同主线任务一般,在主线任务中能够知道这个副本有哪些装备,知道这些装备的属性加成,能够一步一步提升自己的等级。
当学习了 N+ 个知识点后,我们会感觉到一丝混乱,不知道这些东西,到底有什么用?那么此时看一下学习路线,将这些知识点串起来,这时候会有意想不到的结果!
本专题是关于 **[Golang学习路线](https://studygolang.com/topics/12247)** 中的第九个模块:**Go语言集合类(下)**。
## **正文**
本 **Go语言集合类(下)** 分为以下章节:
:two::six: **[Go语言map的赋值](https://haicoder.net/golang/golang-map-assign.html)**
:two::seven: **[Go语言map的遍历](https://haicoder.net/golang/golang-map-walk.html)**
:two::eight: **[Go语言获取map元素](https://haicoder.net/golang/golang-map-get.html)**
:two::nine: **[Go语言删除map元素](https://haicoder.net/golang/golang-map-delete.html)**
:three::zero: **[Go语言syncMap](https://haicoder.net/golang/golang-syncmap.html)**
:three::one: **[Go语言syncMap添加元素](https://haicoder.net/golang/golang-syncmap-store.html)**
:three::two: **[Go语言syncMap获取元素](https://haicoder.net/golang/golang-syncmap-load.html)**
:three::three: **[Go语言syncMap删除元素](https://haicoder.net/golang/golang-syncmap-delete.html)**
:three::four: **[Go语言syncMap遍历元素](https://haicoder.net/golang/golang-syncmap-range.html)**
:three::five: **[Go语言syncMap LoadOrStore](https://haicoder.net/golang/golang-syncmap-loadorstore.html)**
:three::six: **[Go语言列表list](https://haicoder.net/golang/golang-list.html)**
:three::seven: **[Go语言列表list插入元素](https://haicoder.net/golang/golang-list-insert.html)**
:three::eight: **[Go语言列表list插入列表](https://haicoder.net/golang/golang-list-pushfrontlist.html)**
:three::nine: **[Go语言列表list删除元素](https://haicoder.net/golang/golang-list-remove.html)**
:four::zero: **[Go语言列表list遍历](https://haicoder.net/golang/golang-list-walk.html)**
:four::one: **[Go语言列表list元素移动](https://haicoder.net/golang/golang-list-movebefore.html)**
:four::two: **[Go语言列表list元素移动](https://haicoder.net/golang/golang-list-movetoafter.html)**
:four::three: **[Go语言列表list元素移到最前](https://haicoder.net/golang/golang-list-movetofront.html)**
:four::four: **[Go语言列表list元素移到最后](https://haicoder.net/golang/golang-list-movetoback.html)**
:four::five: **[Go语言列表list获取元素](https://haicoder.net/golang/golang-list-front-next.html)**
:four::six: **[Go语言列表list长度](https://haicoder.net/golang/golang-list-len.html)**
:four::seven: **[Go语言数组与切边区别](https://haicoder.net/golang/golang-array-slice.html)**
:four::eight: **[Go语言nil空值](https://haicoder.net/golang/golang-nil.html)**
:four::nine: **[Go语言new与make区别](https://haicoder.net/golang/golang-new-make.html)**
## **后续**
**首页**:**[Golang学习路线](https://studygolang.com/topics/12247)**
**上一章**:**[Go语言集合类(上)](https://studygolang.com/topics/12278)**
**下一章**:**[Go语言学习路线(十)--Go语言结构体(上)](https://studygolang.com/topics/12306)**
因为文章数量过多,整理不易,所以如果更新过慢,请大家谅解,文章我会尽自己最大速度更新,大家可以先关注我,或者收藏下这篇文章,我会持续更新的!
***2020.09.12更,未完待续。。。。。***
有疑问加站长微信联系(非本文作者)