Open NegativeMjark opened 7 years ago
This means that explicitly disabling cgo using CGO_ENABLED="0" in order to get a static binary will work even when the libraries in GOROOT have been compiled with cgo enabled.
This could be an easy work around for #328
Any updates on this?
This means that explicitly disabling cgo using CGO_ENABLED="0" in order to get a static binary will work even when the libraries in GOROOT have been compiled with cgo enabled.
This could be an easy work around for #328