mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
添加06.2.md 修改文章末尾英文冒号为中文的
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
##链接
|
||||
- [目录](directory.md)
|
||||
- 上一节:[break与continue使用标签跳转——goto关键字](05.6.md)
|
||||
- 下一节: [函数介绍](06.1.md)
|
||||
- 下一节:[函数介绍](06.1.md)
|
@@ -89,4 +89,4 @@ Go语言不支持这项特性的主要原因是函数重载需要进行多余的
|
||||
##链接
|
||||
- [目录](directory.md)
|
||||
- 上一节:[函数](06.0.md)
|
||||
- 下一节: [参数与返回值](06.2.md)
|
||||
- 下一节:[函数参数与返回值](06.2.md)
|
7
eBook/06.2.md
Normal file
7
eBook/06.2.md
Normal file
@@ -0,0 +1,7 @@
|
||||
#6.2 函数参数与返回值
|
||||
|
||||
|
||||
##链接
|
||||
- [目录](directory.md)
|
||||
- 上一节:[函数介绍](06.1.md)
|
||||
- 下一节:[传递不定参数](06.3.md)
|
Reference in New Issue
Block a user