tree: 2e0c9c0e53d0a89258be65adf6db34c07f910dee [path history] [tgz]
  1. .gcloudignore
  2. app.yaml
  3. main.go
  4. README.md
cmd/googlegolangorg/README.md

This trivial App Engine app serves the small meta+redirector HTML pages for https://google.golang.org/. For example:

The page includes a meta tag to instruct the go tool to translate e.g. the import path “google.golang.org/appengine” to “github.com/golang/appengine”. See go help importpath for the mechanics.

To update the public site, run:

gcloud app --project=golang-org deploy --promote app.yaml