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:
@@ -13,7 +13,7 @@
|
||||
slice 可以反复扩展直到占据整个相关数组。
|
||||
|
||||
|
||||
示例 7.11 [reslicing.go](exmaples/chapter_7/reslicing.go)
|
||||
示例 7.11 [reslicing.go](examples/chapter_7/reslicing.go)
|
||||
|
||||
package main
|
||||
import "fmt"
|
||||
@@ -75,4 +75,4 @@ slice 可以反复扩展直到占据整个相关数组。
|
||||
|
||||
- [目录](directory.md)
|
||||
- 上一节:[For-range 结构](07.3.md)
|
||||
- 下一节:[切片的复制与追加](07.5.md)
|
||||
- 下一节:[切片的复制与追加](07.5.md)
|
||||
|
Reference in New Issue
Block a user