添加06.0.md 06.1.md和相关的源代码

This commit is contained in:
eXthen
2013-07-23 20:54:11 +08:00
parent 45a2da6e5b
commit f51cf8229c
3 changed files with 110 additions and 0 deletions

7
eBook/06.0.md Normal file
View File

@@ -0,0 +1,7 @@
#6.0 函数
函数是Go里面的基本代码块Go函数的功能非常强大以至于被认为拥有函数式编程语言的多种特性。在这一章我们将对[第4.2.2节](04.2.md)所简要描述的函数进行详细的讲解。
##链接
- [目录](directory.md)
- 上一节:[break与continue使用标签跳转——goto关键字](05.6.md)
- 下一节: [函数介绍](06.1.md)