appengine
appengine copied to clipboard
Go App Engine packages
Deduplication is not trivial code, and neither is writing the combination products one by one. Helpers for OR should implemented just like that in NDB, although the interface may need...
We would like to know if it is possible to modify the client libraries to be able to load and store property slices without having to load them into structs?...
In both Java and Python it is possible to handle datastore timeout errors in code, according to this text: https://cloud.google.com/appengine/articles/handling_datastore_errors In Go however, a error from the internal packages are...
This would make it possible to integrate with the trace package. Happy to work on this.
https://godoc.org/golang.org/x/build/version/go1.8rc3 Can we have the same download sdk tool for appengine please, that put a appengine goroot in the same sdk directory? Maybe name it go1.7app1 ``` go get golang.org/x/build/version/go1.7app1...
Attached is a simple app that serves / (html), /text (text), and /png (a png). It works fine in the dev app server and as a standalone Go program, but...
I'm trying to port `x/build/devapp` (which powers dev.golang.org) to App Engine Flex, since the normal App Engine context only supports the (now deprecated) Go 1.6, that project depends on code...
I am using `blobstore.UploadURL` with the `StorageBucket` value set to store the file in a Cloud Storage Bucket instead of the blobstore. (See #63) The files store properly in the...
I am using blobstore.UploadURL with the StorageBucket value set to store the file in a Cloud Storage Bucket instead of the blobstore. The files store properly in the Cloud Storage,...
From what I understand from reading [this](https://cloud.google.com/appengine/docs/flexible/go/upgrading), these packages can no longer be used in combination with flexible env, since the latest App Engine Flexible env beta release. So, the...