Open jiladahe1997 opened 3 years ago
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.
-e GOPROXY=......
docker run
I have a problem similar to issue:#197, which can be solved by passing
-e GOPROXY=......
indocker run
. However, xgo cannot pass custom environments to docker, this PR implements that.