1
0
mirror of https://github.com/golang/go synced 2024-11-05 16:16:11 -07:00
go/cmd/getgo/server
Chris Broadfoot f2b3bb0049 cmd/getgo: fix builds
A couple fixes:

* Disable integration tests in short mode.
* Remove import of "google.golang.org/appengine" package. App Engine has
two ways to create an app: as a main package and calling
appengine.Main(), and as any regular Go package with handlers registered
in init().

Change-Id: Ib416111786c1c86cf428d91c60dc406c251d3ca1
Reviewed-on: https://go-review.googlesource.com/52211
Run-TryBot: Chris Broadfoot <cbro@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jaana Burcu Dogan <jbd@google.com>
2017-07-31 18:28:23 +00:00
..
app.yaml cmd/getgo: initial commit 2017-07-28 18:26:31 +00:00
main.go cmd/getgo: fix builds 2017-07-31 18:28:23 +00:00
README.md cmd/getgo: initial commit 2017-07-28 18:26:31 +00:00

getgo server

Deployment

gcloud app deploy --promote --project golang-org