Create 12.0.md

This commit is contained in:
Jeff
2015-03-16 23:25:16 +08:00
parent a8ff8ce918
commit 57f146c73b

9
eBook/12.0.md Normal file
View File

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