.. | ||
.vscode | ||
.gcloudignore | ||
app.yaml | ||
helloworld.go | ||
README.md |
AppEngine Sample
This directory holds a simple "Hello world!" AppEngine app that uses server.Server.
Prerequisites
You will need to install the following software to run this sample:
Deploying
Run the following in this samples/appengine
directory:
# Build the binary.
go build
# Deploy it to AppEngine.
gcloud app deploy
# Open a browser to the app.
gcloud app browse
Try browsing to the /healthz/readiness
page that server.Server
adds a
handler for.