docker-go-mingw icon indicating copy to clipboard operation
docker-go-mingw copied to clipboard

Docker image for building Go binaries with MinGW toolchain

Results 1 docker-go-mingw issues
Sort by recently updated
recently updated
newest added

As of title, I get this error when using the default command: ``` docker run --rm -it -v /YourPackageSrc:/go/work \ -w /go/work \ x1unix/go-mingw go build . ``` Any idea...