We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc3d73 commit dc7a44fCopy full SHA for dc7a44f
docs/golang_tutorial_12.md
@@ -1,10 +1,10 @@
1
-11 - 变参函数
+12 - 变参函数
2
========================
3
4
-上一节:[第十篇 if else 语句](/docs/golang_tutorial_10.md)
5
-下一节:[第十二篇 包](/docs/golang_tutorial_12.md)
+上一节:[第十一篇 数组和切片](/docs/golang_tutorial_10.md)
+下一节:[第十三篇 Map](/docs/golang_tutorial_12.md)
6
7
-这是本Golang系列教程的第11篇。
+这是本Golang系列教程的第12篇。
8
9
## 什么是变参函数?
10
@@ -115,4 +115,7 @@ type of nums is []int
115
89 found at index 0 in [89 90 95]
116
```
117
118
-变参函数的介绍到此结束。感谢阅读。
+变参函数的介绍到此结束。感谢阅读。
119
+
120
121
0 commit comments