mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
Fix links to the code examples
Change-Id: I644c6a516abab2577353644c128102457deeb41a
This commit is contained in:
@@ -5,7 +5,7 @@ map默认是无序的,不管是按照key还是按照value默认都不排序(
|
||||
|
||||
下面有一个示例:
|
||||
|
||||
示例 8.6 [sort_map.go](exmaples/chapter_8/sort_map.go)
|
||||
示例 8.6 [sort_map.go](examples/chapter_8/sort_map.go)
|
||||
|
||||
// the telephone alphabet:
|
||||
package main
|
||||
@@ -56,4 +56,4 @@ map默认是无序的,不管是按照key还是按照value默认都不排序(
|
||||
##链接
|
||||
- [目录](directory.md)
|
||||
- 上一节:[maps分片](08.4.md)
|
||||
- 下一节:[倒置map](08.6.md)
|
||||
- 下一节:[倒置map](08.6.md)
|
||||
|
Reference in New Issue
Block a user