翻译11.12部分内容

This commit is contained in:
dake
2015-11-02 17:17:45 +08:00
parent af7a9355ac
commit 6abfdb7f52
21 changed files with 256 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
# 文件拷贝
# 12.3 文件拷贝
如何拷贝一个文件到另一个文件?最简单的方式就是使用 io 包:
示例 12.10 [filecopy.go](examples/chapter_12/filecopy.go)