Re: [go-nuts] Removing Go's nacl port

2019-03-19 Thread Brad Fitzpatrick
Thanks. I left a comment about present on https://github.com/golang/go/issues/30439#issuecomment-474542939 On Tue, Mar 19, 2019 at 11:33 AM Dan Kortschak wrote: > I use it for present to allow students to run code as part of lecture > material. > > Dan > > On Tue, 2019-03-19 at 11:22 -0700, Brad

Re: [go-nuts] Removing Go's nacl port

2019-03-19 Thread Dan Kortschak
I use it for present to allow students to run code as part of lecture material. Dan On Tue, 2019-03-19 at 11:22 -0700, Brad Fitzpatrick wrote: > We plan to remove Go's Native Client (nacl) port, probably in Go > 1.14. > (It's probably too soon to remove it in Go 1.13) > > Is anybody using it? If

[go-nuts] Removing Go's nacl port

2019-03-19 Thread Brad Fitzpatrick
We plan to remove Go's Native Client (nacl) port, probably in Go 1.14. (It's probably too soon to remove it in Go 1.13) Is anybody using it? If so, how? We currently use it for the playground (at play.golang.org) but the plan is to move that to run linux/amd64 binaries under gvisor. We suspect w