<#17478 go: copy header files named for current GO...
# github-notifications
q
#17478 go: copy header files named for current GOOS/GOARCH to standard names New issue created by tdyas Copy .h files named for goos or goarch or goos_goarch to names using GOOS and GOARCH. For example,
defs_linux_amd64.h
becomes
defs_GOOS_GOARCH.h
. See https://github.com/golang/go/blob/1c05968c9a5d6432fc6f30196528f8f37287dd3d/src/cmd/go/internal/work/exec.go#L867-L892. pantsbuild/pants