quaint-telephone-89068
11/02/2022, 6:52 PMgo 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