cp app.yaml.in app.yaml
# Edit app.yaml to fill in configuration.
dev_appserver.py .
Deploying
cp app.yaml.in app.yaml
# Edit app.yaml to fill in configuration.
# You may have to run `go get`.
# If you're using go 1.11+, you may have to set `GO111MODULE=off`.
gcloud app deploy .