<#17444 go: supporting build C archives from Go bi...
# github-notifications
q
#17444 go: supporting build C archives from Go binaries New issue created by tdyas
go
supports building C archives and C shared libraries from Go main packages via the
-buildmode=c-archive
and
-buildmode=c-shared
flags. Model as new target types
go_c_library
and
go_c_shared_library
target types (or other bike-shedded names). pantsbuild/pants