This website requires JavaScript.
Explore
Help
Sign In
7x31
/
the-way-to-go_ZH_CN
Watch
1
Star
0
Fork
0
You've already forked the-way-to-go_ZH_CN
mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced
2025-08-12 06:36:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00f43b051943518422f2c6710b79bf00b93c529a
the-way-to-go_ZH_CN
/
eBook
/
06.0.md
Unknwon
c6488b0000
精校:6.0-6.1
2015-07-20 13:26:20 +08:00
360 B
Raw
Blame
History
Unescape
Escape
6.0 函数
函数是 Go 里面的基本代码块
:
Go 函数的功能非常强大,以至于被认为拥有函数式编程语言的多种特性。在这一章,我们将对
第 4.2.2 节
所简要描述的函数进行详细的讲解。
链接
目录
上一章:
标签与 goto
下一节:
介绍