Re: [go-nuts] Re: allowed imports for go appengine

2018-10-03 Thread Frits van Bommel
Actually, the standard environment *does* allow (outbound) sockets, but with some restrictions (and not via the "net" package). Also, it's still in Beta. The list of restrictions can be found here , and the API docs are here

Re: [go-nuts] Re: allowed imports for go appengine

2018-10-02 Thread Dan Kortschak
I think that the project lead has decided to move to flex, so the issue has become moot. However, it would be nice for there to be some reasonably discoverable documentation for these things. The questions I would have had have been answered in what you wrote: we want to have outbound sockets (vi

[go-nuts] Re: allowed imports for go appengine

2018-10-01 Thread Stanley Iriele
As mentioned elsewhere on this thread. Appengine flex allows you to use any golang package. Appengine standard is a different story. Appengine standard has come a long way, but generally speaking you can't use sockets, syscall, any package that imports syscall, and you can't make outbound http r