Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getfile on windows: when a file cannot be symlinked because there is …
…no privilege, copy it Symlinking allows to optimize the space taken by go-get in case the operation runs locally. But running the go getter without the symlinking privilege can fail in this case. This will copy the file instead of symlinking it in case we don't have the priviledge.
- Loading branch information