Miguel Angel

Results 3 comments of Miguel Angel

So, this could be the best way to do this? * `func Copy(dst, src string) error` * `func MultiCopy(dst string, src ...string) error` * `func CopyDir(dst, src string) error` *...

You can create a `.mage` directory (or any other name), compile it in there and use the binary in your project root directory. It would be something like ```shell-session $...

Did you try https://magefile.org/zeroinstall/? You don't need to download any file in this way and you can manage versions with modules or dep. If you don't want to type `go...