tree: 5ed925a2747442f8c49faefaa3d730608dfd2e09 [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

All commits pushed to master will be automatically deployed to https://go.dev.

For now moment, the deployment is not automatic. Instead, after submitting, visit the Cloud Build triggers list, find the one named “Redeploy-go-dev-on-website-commit”, which should say “Disabled” in the status column, and then click “RUN”.

Commands

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