Files
the-way-to-go_ZH_CN/eBook/12.0.md
2015-03-16 23:25:16 +08:00

10 lines
264 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 读写数据
除了 fmt 和 os 包,我们还需要用到 bufio 包来处理缓冲的输入和输出。
## 链接
- [目录](directory.md)
- 上一章:[接口interface与反射reflection](11.0.md)
- 下一节:[读取用户的输入](12.1.md)