Hey guys,
I was looking into this and noticed that doesn’t seem to be App Engine compatible. On App Engine:
- the
syscall library isn’t available.
- the standard HTTP client isn’t available, but requests can create and provide one while active using their context. — See here, for example: https://github.com/stripe/stripe-go#google-appengine
Is it possible that support could be added? There are a lot of Go applications running on App Engine.
Hey guys,
I was looking into this and noticed that doesn’t seem to be App Engine compatible. On App Engine:
syscalllibrary isn’t available.Is it possible that support could be added? There are a lot of Go applications running on App Engine.