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