> 本文参考 [**嗨客网**](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-func.html)**
:two: **[Go语言函数声明与定义](https://haicoder.net/golang/golang-func-declare.html)**
:three: **[Go语言函数参数](https://haicoder.net/golang/golang-func-paramter.html)**
:four: **[Go语言函数返回值(一)](https://haicoder.net/golang/golang-func-return.html)**
:five: **[Go语言函数返回值(二)](https://haicoder.net/golang/golang-func-return2.html)**
:six: **[Go语言函数可变参数(一)](https://haicoder.net/golang/golang-variable-parameter.html)**
:seven: **[Go语言函数可变参数(二)](https://haicoder.net/golang/golang-variable-parameter2.html)**
:eight: **[Go语言函数变量](https://haicoder.net/golang/golang-func-variable.html)**
:nine: **[Go语言匿名函数(一)](https://haicoder.net/golang/golang-anonymous-func.html)**
:keycap_ten: **[Go语言匿名函数(二)](https://haicoder.net/golang/golang-anonymous-func2.html)**
:one::one: **[Go语言闭包](https://haicoder.net/golang/golang-closure.html)**
:one::two: **[Go语言defer(一)](https://haicoder.net/golang/golang-defer.html)**
:one::three: **[Go语言defer(二)](https://haicoder.net/golang/golang-defer2.html)**
:one::four: **[Go语言函数递归](https://haicoder.net/golang/golang-recursion.html)**
:one::five: **[Go语言函数错误处理](https://haicoder.net/golang/golang-func-error.html)**
:one::six: **[Go语言panic](https://haicoder.net/golang/golang-panic.html)**
:one::seven: **[Go语言recover](https://haicoder.net/golang/golang-recover.html)**
:one::eight: **[Go语言函数执行时间](https://haicoder.net/golang/golang-func-time.html)**
:one::nine: **[Go语言main函数](https://haicoder.net/golang/golang-main.html)**
:two::zero: **[Go语言main函数命令行](https://haicoder.net/golang/golang-sysargs.html)**
:two::one: **[Go语言命令行参数解析](https://haicoder.net/golang/golang-flag-parse.html)**
:two::two: **[Go语言init函数](https://haicoder.net/golang/golang-init.html)**
## **后续**
**首页**:**[Golang学习路线](https://studygolang.com/topics/12247)**
**第七章**:**[Go语言String](https://studygolang.com/topics/12270)**
因为文章数量过多,整理不易,所以如果更新过慢,请大家谅解,文章我会尽自己最大速度更新,大家可以先关注我,或者收藏下这篇文章,我会持续更新的!
***2020.09.06更,未完待续。。。。。***
有疑问加站长微信联系(非本文作者)