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

@@ -25,7 +25,7 @@ isPresent返回一个bool值如果key1存在于map1val1就是key1对应的
如果key1不存在该操作不会产生错误。
示例 8.4 [map_testelement.go](exmaples/chapter_8/map_testelement.go)
示例 8.4 [map_testelement.go](examples/chapter_8/map_testelement.go)
package main
import "fmt"
@@ -69,4 +69,4 @@ isPresent返回一个bool值如果key1存在于map1val1就是key1对应的
##链接
- [目录](directory.md)
- 上一节:[声明,初始化和make](08.1.md)
- 下一节:[for循环构造方法](08.3.md)
- 下一节:[for循环构造方法](08.3.md)