gox
gox copied to clipboard
Support go1.13 -trimpath option
Quick change to allow passing through the new -trimpath build option added in Go 1.13.
FYI - This worked great for me. Thanks @aprice.
Here's a temporary workaround:
export GOFLAGS="-trimpath"
gox -whatever -flags
Arguably, we could use GOFLAGS for everything, not needing to expose all flags in gox itself again.