mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 04:48:29 +08:00
Create 12.0.md
This commit is contained in:
9
eBook/12.0.md
Normal file
9
eBook/12.0.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# 读写数据
|
||||||
|
|
||||||
|
除了 fmt 和 os 包,我们还需要用到 bufio 包来处理缓冲的输入和输出。
|
||||||
|
|
||||||
|
## 链接
|
||||||
|
|
||||||
|
- [目录](directory.md)
|
||||||
|
- 上一章:[接口(interface)与反射(reflection)](11.0.md)
|
||||||
|
- 下一节:[读取用户的输入](12.1.md)
|
Reference in New Issue
Block a user