fuzzitdev/fuzzit

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.

fixed