зеркало из https://github.com/golang/build.git
481d0dc16f
devapp now supports 3 modes of operation: - App Engine Standard. This supports Go 1.6 and requires a modified local go-github to continue working. This app is built with the "appengine" build tag. - App Engine Flex. This builds Go 1.8 in a Docker container, using the build tag "appenginevm", and works with the Google Cloud platform. - Normal. This uses an in-memory datastore, and does not support user login/logout. To get this working I copied appengine.go to noappengine.go and modified the calls until they were working. You can view a running app at https://devapp-161505.appspot.com. Change-Id: I8ea018e63baf2dafb44150f7eee419e09065ba2c Reviewed-on: https://go-review.googlesource.com/38161 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
devappserver | ||
static | ||
template | ||
app.yaml | ||
appengine.go | ||
appenginevm.go | ||
appenginevm_test.go | ||
cache.go | ||
cron-part.yaml | ||
dash.go | ||
devapp.go | ||
devapp_test.go | ||
noappengine.go | ||
noappengine_test.go | ||
stats.go |