Closed ghost closed 5 years ago
Yep, I'm feeling good about mage. On Fri, 7 Dec 2018 at 22:49, gedw99 notifications@github.com wrote:
saw the ps1 fiel for the client.
You can use Mage to get ride of all this ! https://github.com/magefile/mage
Lost of golang programs using it.
Some great examples here: https://github.com/mcandre/mage-extras
There are many other examples around.
Will be pretty quick to convert the stuff too.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/shenzhen-go/issues/36, or mute the thread https://github.com/notifications/unsubscribe-auth/ACSXrOvOjPiw01R2UdrNTo2U5wDf0H7nks5u2lW1gaJpZM4ZITOF .
saw the ps1 fiel for the client.
You can use Mage to get ride of all this ! https://github.com/magefile/mage
Mage is sort of like Makefiles but for golang. You can also use them non compiled, but then compiel the mage file to have it non interpreted (not the right term i know, but you get the idea ) and not need golang installed.
Lost of golang programs using it.
Some great examples here: https://github.com/mcandre/mage-extras
There are many other examples around.
Will be pretty quick to convert the stuff too.