添加06.2.md 修改文章末尾英文冒号为中文的

This commit is contained in:
eXthen
2013-07-24 10:29:15 +08:00
parent f51cf8229c
commit 602b1f3879
3 changed files with 9 additions and 2 deletions

View File

@@ -4,4 +4,4 @@
##链接 ##链接
- [目录](directory.md) - [目录](directory.md)
- 上一节:[break与continue使用标签跳转——goto关键字](05.6.md) - 上一节:[break与continue使用标签跳转——goto关键字](05.6.md)
- 下一节: [函数介绍](06.1.md) - 下一节[函数介绍](06.1.md)

View File

@@ -89,4 +89,4 @@ Go语言不支持这项特性的主要原因是函数重载需要进行多余的
##链接 ##链接
- [目录](directory.md) - [目录](directory.md)
- 上一节:[函数](06.0.md) - 上一节:[函数](06.0.md)
- 下一节: [参数与返回值](06.2.md) - 下一节[函数参数与返回值](06.2.md)

7
eBook/06.2.md Normal file
View File

@@ -0,0 +1,7 @@
#6.2 函数参数与返回值
##链接
- [目录](directory.md)
- 上一节:[函数介绍](06.1.md)
- 下一节:[传递不定参数](06.3.md)