tree: 1d5b0383d31e123deb2ff88de67e30e705340594 [path history] [tgz]
  1. testdata/
  2. app.yaml
  3. cloudbuild.yaml
  4. csp.go
  5. godev.go
  6. godev_test.go
  7. googlecn.go
  8. README.md
  9. server.go
  10. server_test.go
cmd/golangorg/README.md

golangorg

Local Development

For local development, simply build and run. It serves on localhost:6060. You can specify the domain name as the first path element, such as http://localhost:6060/go.dev/blog.

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.