v0.6.0
🚨 THIS HAS BREAKING CHANGES!
Add DownloadToGopathBin for archived files 🚨 #5
- Move GOPATH related functions to github.com/carolynvs/magex/gopath
- Add package github.com/carolynvs/magex/archive to handle downloading an archive to your GOPATH/bin directory. It is in its own package so that you don't have to add the dependencies to support archives unless you are using it.
Fix copying over an existing directory #7
When I run cp -R somedir otherdir/
and otherdir/somedir already exists, copy should not fail trying to create the directory and should continue to copy children into the existing directory instead.