272694c3d3
Gox is a simple, no-frills tool for Go cross compilation that behaves a lot like standard go build. Gox will parallelize builds for multiple platforms. Gox will also build the cross-compilation toolchain for you.
4 lines
213 B
Text
4 lines
213 B
Text
Gox is a simple, no-frills tool for Go cross compilation that
|
|
behaves a lot like standard go build. Gox will parallelize builds
|
|
for multiple platforms. Gox will also build the cross-compilation
|
|
toolchain for you.
|