修改部分描述,添加必要的标点符号,补充代码超链接 (#804)

This commit is contained in:
Jck
2021-10-25 23:34:42 +08:00
committed by GitHub
parent d5578df00a
commit 39dbdb7094
100 changed files with 433 additions and 414 deletions

View File

@@ -22,7 +22,7 @@ func cat(f *os.File) {
}
```
上面的代码来自于 `cat2.go`,使用了 os 包中的 `os.File``Read` 方法;`cat2.go``cat.go` 具有同样的功能。
上面的代码来自于 [cat2.go](examples/chapter_12/cat2.go),使用了 os 包中的 `os.File``Read` 方法;`cat2.go``cat.go` 具有同样的功能。
示例 12.14 [cat2.go](examples/chapter_12/cat2.go)