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,3 +1,20 @@
|
||||
## 啊哦,亲,你看得也太快了。。。还没翻译完呢 0 0
|
||||
|
||||
要不等到 **2014 年 7 月 9 日** 再来看看吧~~
|
||||
|
||||
这里还有一些其它的学习资源噢~
|
||||
|
||||
- [《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.2 函数参数与返回值
|
||||
函数能够接收参数供自己使用,也可以返回零个或多个值(我们通常把返回多个值称为返回一组值)。相比与C、C++、Java和C#,多值返回是Go的一大特性,为我们判断一个函数是否正常执行(参考[5.2节](05.2.md))提供了方便。
|
||||
|
||||
|
Reference in New Issue
Block a user