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 7e67b76 commit 3cf1c4aCopy full SHA for 3cf1c4a
docs/golang_tutorial_12.md
@@ -1,10 +1,10 @@
1
-12 - 变参函数
+11 - 变参函数
2
========================
3
4
-上一节:[第十一篇 数组和切片](/docs/golang_tutorial_10.md)
5
-下一节:[第十三篇 Map](/docs/golang_tutorial_12.md)
+上一节:[第十篇 if else 语句](/docs/golang_tutorial_10.md)
+下一节:[第十二篇 包](/docs/golang_tutorial_12.md)
6
7
-这是本Golang系列教程的第12篇。
+这是本Golang系列教程的第11篇。
8
9
## 什么是变参函数?
10
@@ -115,7 +115,4 @@ type of nums is []int
115
89 found at index 0 in [89 90 95]
116
```
117
118
-变参函数的介绍到此结束。感谢阅读。
119
-
120
121
+变参函数的介绍到此结束。感谢阅读。
0 commit comments