mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
fix: fix a lot of incorrect links (#849)
This commit is contained in:
@@ -46,7 +46,7 @@ func main() {
|
||||
for i, j := 0, N; i < j; i, j = i+1, j-1 {}
|
||||
```
|
||||
|
||||
这得益于 Go 语言具有的平行赋值的特性(可以查看[第 7 章](07.0.md) [string_reverse.go](.\examples\chapter_7\string_reverse.go) 中反转数组的示例)。
|
||||
这得益于 Go 语言具有的平行赋值的特性(可以查看[第 7 章](07.0.md) [string_reverse.go](./examples/chapter_7/string_reverse.go) 中反转数组的示例)。
|
||||
|
||||
您可以将两个 for 循环嵌套起来:
|
||||
|
||||
|
Reference in New Issue
Block a user