xgo
xgo copied to clipboard
Add a new CLI option to pass custom env to docker run command
I have a problem similar to issue:#197, which can be solved by passing -e GOPROXY=...... in docker run. However, xgo cannot pass custom environments to docker, this PR implements that.