Files
the-way-to-go_ZH_CN/eBook/06.0.md
Unknown 3dec401141 06.1
2014-07-07 06:35:15 -04:00

9 lines
358 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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