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:
@@ -25,7 +25,7 @@ isPresent返回一个bool值:如果key1存在于map1,val1就是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存在于map1,val1就是key1对应的
|
||||
##链接
|
||||
- [目录](directory.md)
|
||||
- 上一节:[声明,初始化和make](08.1.md)
|
||||
- 下一节:[for循环构造方法](08.3.md)
|
||||
- 下一节:[for循环构造方法](08.3.md)
|
||||
|
Reference in New Issue
Block a user