reverse order of args to copyFile
kjk opened this issue · 1 comments
kjk commented
In Go, the order for copy()
-like operations should be copy(dst, src)
see e.g. https://golang.org/pkg/io/#Copy
I can make a PR.
yevgenypats commented
fixed
kjk opened this issue · 1 comments
In Go, the order for copy()
-like operations should be copy(dst, src)
see e.g. https://golang.org/pkg/io/#Copy
I can make a PR.
fixed