tree: 5890bef36e5c11641aac11426e6ede3d26334db7 [path history] [tgz]
  1. _content/
  2. _templates/
  3. cmd/
  4. testdata/
  5. .eslintrc.json
  6. .firebaserc
  7. .gcloudignore
  8. .gitignore
  9. .prettierrc.yaml
  10. .stylelintrc.json
  11. app.learn.yaml
  12. app.staging.learn.yaml
  13. app.staging.yaml
  14. app.yaml
  15. cloudbuild.staging.yaml
  16. cloudbuild.yaml
  17. go.mod
  18. go.sum
  19. LICENSE
  20. README.md
go.dev/README.md

go.dev

Style Guides

Installation/Usage

To serve the go.dev pages, run

go run ./cmd/frontend

Deploying

Each time a CL is reviewed and submitted, the web site is automatically redeployed to https://go.dev/.

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

Commands

  • Running the server: go run ./cmd/frontend