<#16827 link `.syso` files into package archive> I...
# github-notifications
q
#16827 link `.syso` files into package archive Issue created by tdyas Go allows packages to provide precompiled object files with a
.syso
extension to be linked directly into the package archive as-is. The current Pants support does not do this but should in order to properly support building Go packages. There are also some complications for this support when a package supports cgo (which will need some investigation into source code). See https://github.com/golang/go/blob/54182ff54a687272dd7632c3a963e036ce03cb7c/src/cmd/go/internal/work/exec.go#L3027-L3042 for details in
go
toolchain. pantsbuild/pants
u