Skip to content

Commit 81173f2

Browse files
authored
Update golang_tutorial_13.md
1 parent c33fab4 commit 81173f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/golang_tutorial_13.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
13 - Map 集合
22
========================
33

4-
上一节:[第十篇 if else 语句](/docs/golang_tutorial_10.md)
5-
下一节:[第十二篇 包](/docs/golang_tutorial_12.md)
4+
上一节:[第十一篇 变参函数](/docs/golang_tutorial_12.md)
5+
下一节:[第十四篇 字符串](/docs/golang_tutorial_14.md)
66

77
这是本Golang系列教程的第13篇。
88

@@ -428,4 +428,4 @@ func main(){
428428
sort.Ints(slice01)
429429
fmt.Println(slice01) // 有序的数组:[1 2 3 4 5 6]
430430
}
431-
```
431+
```

0 commit comments

Comments
 (0)