On Tue, Dec 18, 2018 at 10:07 PM Peter Kleiweg <pklei...@xs4all.nl> wrote: > > Go 1.12 is the last release that will support binary-only packages. > > What are the alternatives? > > I need binary-only packages for packages that use cgo with non-standard > environment variable values.
You can compile your C code into a set of .syso files without having to compile your Go code into a binary package. See, for example, the runtime/race package in the standard library. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.