tree: 1af8824c4e06942dede56bcbf285a55ed8fb3b41 [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 blog is automatically deployed to App Engine. If the CL is submitted with a Website-Publish +1 vote, the new deployment automatically becomes https://go.dev/. 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-go-dev” trigger in the Cloud Build console.

Commands

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