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:
@@ -34,7 +34,7 @@ arr1 的长度是 5,索引范围从 0 到 len(arr1)-1
|
||||
- 通过 for 打印数组元素
|
||||
- 通过 for 依次处理元素
|
||||
|
||||
示例 7.1 [for_arrays.go](exmaples/chapter_7/for_arrays.go)
|
||||
示例 7.1 [for_arrays.go](examples/chapter_7/for_arrays.go)
|
||||
|
||||
package main
|
||||
import "fmt"
|
||||
@@ -258,4 +258,4 @@ Example 7.6 [array_sum.go](examples/chapter_7/array_sum.go)
|
||||
|
||||
- [目录](directory.md)
|
||||
- 上一节:[数组与切片](07.0.md)
|
||||
- 下一节:[切片](07.2.md)
|
||||
- 下一节:[切片](07.2.md)
|
||||
|
Reference in New Issue
Block a user