From 602b1f387945b3b024fe55614ae931e8ad8fd7ee Mon Sep 17 00:00:00 2001 From: eXthen Date: Wed, 24 Jul 2013 10:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A006.2.md=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E6=9C=AB=E5=B0=BE=E8=8B=B1=E6=96=87=E5=86=92?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA=E4=B8=AD=E6=96=87=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eBook/06.0.md | 2 +- eBook/06.1.md | 2 +- eBook/06.2.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 eBook/06.2.md diff --git a/eBook/06.0.md b/eBook/06.0.md index c69dc87..8eae1b0 100644 --- a/eBook/06.0.md +++ b/eBook/06.0.md @@ -4,4 +4,4 @@ ##链接 - [目录](directory.md) - 上一节:[break与continue使用标签跳转——goto关键字](05.6.md) -- 下一节: [函数介绍](06.1.md) \ No newline at end of file +- 下一节:[函数介绍](06.1.md) \ No newline at end of file diff --git a/eBook/06.1.md b/eBook/06.1.md index 33cc295..41b9546 100644 --- a/eBook/06.1.md +++ b/eBook/06.1.md @@ -89,4 +89,4 @@ Go语言不支持这项特性的主要原因是函数重载需要进行多余的 ##链接 - [目录](directory.md) - 上一节:[函数](06.0.md) -- 下一节: [参数与返回值](06.2.md) \ No newline at end of file +- 下一节:[函数参数与返回值](06.2.md) \ No newline at end of file diff --git a/eBook/06.2.md b/eBook/06.2.md new file mode 100644 index 0000000..f354663 --- /dev/null +++ b/eBook/06.2.md @@ -0,0 +1,7 @@ +#6.2 函数参数与返回值 + + +##链接 +- [目录](directory.md) +- 上一节:[函数介绍](06.1.md) +- 下一节:[传递不定参数](06.3.md) \ No newline at end of file