mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
@@ -45,11 +45,11 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
在 12.6 章节,我们将看到如何使用缓冲写入。
|
||||
在 [12.6 章节](12.6.md),我们将看到如何使用缓冲写入。
|
||||
|
||||
**练习 12.6**:[cat_numbered.go](exercises/chapter_12/cat_numbered.go)
|
||||
|
||||
扩展 cat.go 例子,使用 flag 添加一个选项,目的是为每一行头部加入一个行号。使用 `cat -n test` 测试输出。
|
||||
扩展 [cat.go](exercises/chapter_12/cat.go) 例子,使用 flag 添加一个选项,目的是为每一行头部加入一个行号。使用 `cat -n test` 测试输出。
|
||||
|
||||
## 链接
|
||||
|
||||
|
Reference in New Issue
Block a user