So are there any plans for security patches for prior versions shipped as an updated shared library?
Given the amount of code in the std it seems this would be almost a requirement - if Go apps are released in the wild in binary form (e.g Linux tools) Sent from my iPhone > On Oct 23, 2018, at 9:36 AM, Ian Lance Taylor <i...@golang.org> wrote: > >> On Mon, Oct 22, 2018 at 8:53 PM, Robert Engels <reng...@ix.netcom.com> wrote: >> >> Wait... you can ship a Go binary that dynamically links with the Go runtime >> and stdlib at runtime??? Awesome. Can you point me to the docs on this. I’ve >> always considered the “single binary” taunted feature as somewhat of a >> limitation because of this. > > go install -buildmode=shared std > go build -linkshared hello.go > > https://golang.org/cmd/go/#hdr-Build_modes > > It doesn't work on every system but it does work on GNU/Linux. > > 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. -- 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.