Files
the-way-to-go_ZH_CN/eBook/12.0.md
Haigang Zhou d29644465a 第十二章修改 (#838)
Co-authored-by: Joe Chen <jc@unknwon.io>
2022-05-12 21:59:20 +08:00

10 lines
263 B
Markdown

# 12.0 读写数据
除了 `fmt``os` 包,我们还需要用到 `bufio` 包来处理缓冲的输入和输出。
## 链接
- [目录](directory.md)
- 上一章:[结构体、集合和高阶函数](11.14.md)
- 下一节:[读取用户的输入](12.1.md)