otiai10 / copy

Go copy directory recursively

Home Page:https://pkg.go.dev/github.com/otiai10/copy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove symbolic link from test case 03

farshidtz opened this issue · comments

Hi,

There is a symbolic link from testdata/case03/case01 to ./testdata/case01. When vendoring the package, the dependency manager vendors the link but not the case01 directory, breaking the link.

I understand that you need the link for your tests, but would it be possible to generate it during your tests instead? The broken link causes problems if one tries to copy it or in Windows OS.

Thanks

@farshidtz Thanks!

Check c738103 and make sure it works on your machine. Thank you