> 本文参考 [**嗨客网**](https://haicoder.net) 的 [**Go语言教程**](https://haicoder.net/golang/golang-tutorial.html)
# **Go语言流程控制**
## **前言**
我们在学习一门编程语言,最开始拥有一个清晰的学习路线,是十分重要的,只有知道了自己需要学什么,才能更好的激发学习的激情。学习就像是我们在玩游戏时去打副本,而学习路线就如同主线任务一般,在主线任务中能够知道这个副本有哪些装备,知道这些装备的属性加成,能够一步一步提升自己的等级。
当学习了 N+ 个知识点后,我们会感觉到一丝混乱,不知道这些东西,到底有什么用?那么此时看一下学习路线,将这些知识点串起来,这时候会有意想不到的结果!
本专题是关于 **[Golang学习路线](https://studygolang.com/topics/12247)** 中的第五个模块:**Go语言流程控制**。
## **正文**
本 **Go语言流程控制** 分为以下章节:
:one: **[Go语言流程控制](https://haicoder.net/golang/golang-flow-control.html)**
:two: **[Go语言if条件判断](https://haicoder.net/golang/golang-if.html)**
:three: **[Go语言else if条件判断](https://haicoder.net/golang/golang-elseif.html)**
:four: **[Go语言else条件判断](https://haicoder.net/golang/golang-else.html)**
:five: **[Go语言if else嵌套](https://haicoder.net/golang/golang-if-else-nest.html)**
:six: **[Go语言for循环](https://haicoder.net/golang/golang-for.html)**
:seven: **[Go语言循环嵌套](https://haicoder.net/golang/golang-for-nest.html)**
:eight: **[Go语言打印乘法表](https://haicoder.net/golang/golang-for-multable.html)**
:nine: **[Go语言for range循环](https://haicoder.net/golang/golang-for-range.html)**
:keycap_ten: **[Go语言for range遍历数组](https://haicoder.net/golang/golang-for-range-array.html)**
:one::one: **[Go语言for range遍历切片](https://haicoder.net/golang/golang-for-range-slice.html)**
:one::two: **[Go语言for range遍历map](https://haicoder.net/golang/golang-for-range-map.html)**
:one::three: **[Go语言switch语句(一)](https://haicoder.net/golang/golang-switch.html)**
:one::four: **[Go语言switch语句(二)](https://haicoder.net/golang/golang-switch2.html)**
:one::five: **[Go语言break语句](https://haicoder.net/golang/golang-break.html)**
:one::six: **[Go语言continue语句](https://haicoder.net/golang/golang-continue.html)**
:one::seven: **[Go语言goto语句](https://haicoder.net/golang/golang-goto.html)**
:one::eight: **[Go语言return语句](https://haicoder.net/golang/golang-return.html)**
## **后续**
**首页**:**[Golang学习路线](https://studygolang.com/topics/12247)**
**第六章**:**[Go语言函数](https://studygolang.com/topics/12267)**
因为文章数量过多,整理不易,所以如果更新过慢,请大家谅解,文章我会尽自己最大速度更新,大家可以先关注我,或者收藏下这篇文章,我会持续更新的!
***2020.09.05更,未完待续。。。。。***
有疑问加站长微信联系(非本文作者)