73dd377356
The version cleaner deleted the very old version of golang.org named "google", as it was designed to do. Make google.golang.org its own service instead of a precarious version. Already deployed, to bring back google.golang.org. Change-Id: Ia3e63a93d8b613e9cc7f7d241d9187d9422cf6ba Reviewed-on: https://go-review.googlesource.com/c/website/+/328689 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> |
||
---|---|---|
.. | ||
.gcloudignore | ||
README.md | ||
app.yaml | ||
main.go |
README.md
This trivial App Engine app serves the small meta+redirector HTML pages for https://google.golang.org/. For example:
- https://google.golang.org/appengine
- https://google.golang.org/cloud
- https://google.golang.org/api/
- https://google.golang.org/api/storage/v1
- https://google.golang.org/grpc
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