Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a that if dstName file's length longer than srcName file io.Copy will cover only part content of srcName file. If file srcName 's content is "abc", dstName's content is "1234" ,the result of io.Copy(dst, src) is "abc4" not "abc"
- Loading branch information