debian-mirror-gitlab/workhorse-vendor/gocloud.dev/samples/appengine/README.md
2023-01-13 15:02:22 +05:30

651 B

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.