Update golang_tutorial_13.md

pull/11/head
ShaoBo Wan(无极) 6 years ago committed by GitHub
parent c33fab4524
commit 81173f2f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,8 @@
13 - Map 集合
========================
上一节:[第十篇 if else 语句](/docs/golang_tutorial_10.md)
下一节:[第十二篇 包](/docs/golang_tutorial_12.md)
上一节:[第十一篇 变参函数](/docs/golang_tutorial_12.md)
下一节:[第十四篇 字符串](/docs/golang_tutorial_14.md)
这是本Golang系列教程的第13篇。
@ -428,4 +428,4 @@ func main(){
sort.Ints(slice01)
fmt.Println(slice01) // 有序的数组:[1 2 3 4 5 6]
}
```
```

Loading…
Cancel
Save