mitchellh / gox

A dead simple, no frills Go cross compile tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate GoCrossCompile() functionality into library

mcandre opened this issue · comments

Would be great to expose GoCrossCompile() as a library call, so that Go build tools like Mage can trigger gox builds without requiring quite as many raw exec.Command invocations!

+1
Thats exactly what i was hitting too with mage.