mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
06.1
This commit is contained in:
@@ -1,24 +1,9 @@
|
||||
## 啊哦,亲,你看得也太快了。。。还没翻译完呢 0 0
|
||||
# 6.0 函数
|
||||
|
||||
要不等到 **2014 年 6 月 30 日** 再来看看吧~~
|
||||
函数是 Go 里面的基本代码块:Go 函数的功能非常强大,以至于被认为拥有函数式编程语言的多种特性。在这一章,我们将对[第 4.2.2 节](04.2.md)所简要描述的函数进行详细的讲解。
|
||||
|
||||
这里还有一些其它的学习资源噢~
|
||||
## 链接
|
||||
|
||||
- [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming)
|
||||
- [《Go Web编程》](https://github.com/astaxie/build-web-application-with-golang)
|
||||
- [《Go名库讲解》](https://github.com/Unknwon/go-rock-libraries-showcases)
|
||||
|
||||
神马?你说你不想学习?那好吧,去逛逛看看行情也行~
|
||||
|
||||
- [Go Walker](https://gowalker.org) **Go 项目 API 文档在线浏览工具**
|
||||
- [Go 中国社区](http://bbs.go-china.org)
|
||||
- [Go语言学习园地](http://studygolang.com/)
|
||||
- [Golang中国](http://golangtc.com)
|
||||
|
||||
#6.0 函数
|
||||
函数是Go里面的基本代码块:Go函数的功能非常强大,以至于被认为拥有函数式编程语言的多种特性。在这一章,我们将对[第4.2.2节](04.2.md)所简要描述的函数进行详细的讲解。
|
||||
|
||||
##链接
|
||||
- [目录](directory.md)
|
||||
- 上一节:[break与continue使用标签跳转——goto关键字](05.6.md)
|
||||
- 下一节:[函数介绍](06.1.md)
|
||||
- 上一章:[标签与 goto](05.6.md)
|
||||
- 下一节:[介绍](06.1.md)
|
Reference in New Issue
Block a user