Skip to content

e-scavo/xgo2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xgo2 - Go CGO cross compiler

fork from:

https://github.com/gythialy/xgo

which fork from:

https://github.com/karalabe/xgo

using Docker Hub to hold the images

enhanced

--goproxy

enable GOPROXY environment variable when compiling

--envlist

Send more environment variables when compiling.

An example is to set the GOPRIVATE when a go mod project references some private modules (and in this case the GOPROXY should be a custom one).

xgo2 --envlist="GOPRIVATE=private.git.repo.com"

install

go get -u github.com/youchainhq/xgo2

About

xgo fork for gomod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.1%
  • Go 32.0%
  • Dockerfile 14.0%
  • Other 0.9%