Andrew
Andrew
http://aperiodic.net/screen/quick_reference
Can we get a stable release for xgo, complete with a git tag? So that it's easier to pin down the version of xgo we use in our projects. Version...
Hi, I enjoy using xgo to conveniently port my Go applications. Any interest in doing an equivalent tool for native C/C++ applications?
Could we get musl/Linux targets going? For example, Alpine Linux, Void Linux, or OpenWrt. That way, our Go apps can deploy in more lean environments! And it would be good...
Hi, I am trying to use xgo to package MIDI applications. Normally, xgo works very well. But when it builds the Windows binaries for my octane application, they don't run...
Awesome project! Can we get a Zig equivalent to xgo, for Zig projects that depend on native C/C++ libraries?
Hi, thank you for maintaining xgo! What an incredibly powerful, fast way to build ports for Go apps! Could we please get an option similar to [gox](https://github.com/mitchellh/gox)'s `-output`, for customizing...
You can `go get /cmd/...` to quickly build and install multiple distinct command line applications found in a Go repository. Could xgo please be extended to handle this syntax as...
When the user cancels `xgo` such as with Control+C / SIGINT, then xgo leaves behind the Docker containers still running, which periodically spill logs onto the console. Please setup some...
I enjoy using xgo for porting my Go projects, even non-cgo projects. However, xgo appears to skip many of the common target pairs such as `freebsd/amd64`, `solaris/amd64`, NaCL, zOS, WASM,...