carolynvs / magex

Helper methods for Magefiles
MIT License
32 stars 7 forks source link

Fix EnsureMage to work with go modules #1

Closed carolynvs closed 3 years ago

carolynvs commented 3 years ago

With go modules, go get does not clone the repository to GOPATH/src. So I have switched to using git clone in a temporary directory. I am not using go get to install mage because you lose the version information.