On Mon, Oct 22, 2018 at 7:18 PM, robert engels <reng...@ix.netcom.com> wrote:
>
> I think there is a bigger concern than shipping binaries. I believe that the
> Go stdlib and runtime should be shipped as a shared library, and be field
> upgradable independent of the binaries. This is the only reasonable way to
> to distribute security patches in an efficient and stable manner.
>
> This is another issue, but there is some cross-over with this discussion.

That already works today.  You can ship a shared library, but in order
for the go tool to handle it properly you also have to include the
source.  Shared libraries in general are a separate issue from binary
packages.

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.

Reply via email to