tree: 4fde0bbc68669018a0aab26d26978b955503ac2a [path history] [tgz]
  1. testdata/
  2. app.yaml
  3. cloudbuild.yaml
  4. godoc.go
  5. godoc_test.go
  6. handlers.go
  7. hg-git-mapping.bin
  8. main.go
  9. README.md
  10. regtest_test.go
  11. release_test.go
  12. x.go
  13. x_test.go
cmd/golangorg/README.md

golangorg

Local Development

For local development, simply build and run. It serves on localhost:6060.

go run .

Deploying to golang.org

Each time a CL is reviewed and submitted, the site is automatically deployed to App Engine. If the CL is submitted with a Website-Publish +1 vote, the new deployment automatically becomes https://golang.org/. Otherwise, the new deployment can be found in the App Engine versions list and verified and manually promoted.

If the automatic deployment is not working, or to check on the status of a pending deployment, see the “website-redeploy-golang-org” trigger in the Cloud Build console.