gox
gox copied to clipboard
Support -race go build flag
Currently gox does not support the go flag -race
.
From the go docs:
-race
Link with race detection libraries.
This flag is only supported on amd64 for linux, freebsd, windows and darwin.
Opened pull request #105 with a fix.