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

@@ -17,7 +17,7 @@
fmt.Printf("key is: %d\n", key)
}
示例 8.5 [maps_forrange.go](exmaples/chapter_8/maps_forrange.go)
示例 8.5 [maps_forrange.go](examples/chapter_8/maps_forrange.go)
package main
import "fmt"
@@ -56,4 +56,4 @@
##链接
- [目录](directory.md)
- 上一节:[删除元素](08.2.md)
- 下一节:[maps分片](08.4.md)
- 下一节:[maps分片](08.4.md)