You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
We're building the linker binary for the host GOOS, not the target GOOS that we happen to be building for. I noticed that, after running `go test`, my garble cache would contain both link and link.exe, which made no sense as I run linux and not windows. `go env` has GOHOSTOS to mirror GOOS, but there is no GOHOSTEXE to mirror GOEXE, so we reconstruct it from runtime.GOOS, which is equivalent to GOHOSTOS. Add a regression test as well. |
2 years ago | |
---|---|---|
.. | ||
bench | 3 years ago | |
mod | 3 years ago | |
script | 2 years ago |