This commit is contained in:
Unknown
2014-07-07 06:35:15 -04:00
parent 9e274f6fa7
commit 3dec401141
5 changed files with 39 additions and 33 deletions

View File

@@ -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))提供了方便。