Fix links to the code examples

Change-Id: I644c6a516abab2577353644c128102457deeb41a
This commit is contained in:
Guobiao Mei
2014-12-18 16:49:46 -05:00
parent 6278195f5f
commit 07d26e14d1
16 changed files with 33 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
#8.3 map分片
假设我们想获取一个map的分片我们必须使用两次make()方法第一次分配slice第二次分配slice的每个map元素参见下面的例子8.3)。
示例 8.3 [maps_forrange.go](exmaples/chapter_8/maps_forrange.go)
示例 8.3 [maps_forrange.go](examples/chapter_8/maps_forrange.go)
package main
import "fmt"
@@ -34,4 +34,4 @@
##链接
- [目录](directory.md)
- 上一节:[for循环构造方法](08.3.md)
- 下一节:[map排序](08.5.md)
- 下一节:[map排序](08.5.md)