Skip to content

v0.6.0

Compare
Choose a tag to compare
@carolynvs carolynvs released this 03 May 18:06
· 36 commits to main since this release
5af18d8

🚨 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.