commit | faa0890080f9dd3eec20fe8bc38e2e814b582f7b | [log] [tgz] |
---|---|---|
author | Jamal Carvalho <jamal@golang.org> | Tue Dec 21 22:04:00 2021 +0000 |
committer | Jamal Carvalho <jamalcarvalho@google.com> | Wed Dec 22 16:53:20 2021 +0000 |
tree | 0d87de2f9970a8de6193381aa7ca2215135fcffb | |
parent | 91908baf207cabb8da132552b20538edda69713c [diff] |
{cmd,internal}/screentest: add support for templates Screentest scripts are parsed as go templates. Passing headers from the command line is replaced by the header keyword in test scripts. Data can be interpolated into headers using go template strings. For example `header Authorization: Bearer {{.Token}}` would become `header Authorization: Bearer abcdef` after running `screentest -vars "Token:abcdef" testdata/file.txt`. Change-Id: Ia27b9e12c68ca3bdbe609d3714d57d8867c2b351 Reviewed-on: https://go-review.googlesource.com/c/website/+/373715 Trust: Jamal Carvalho <jamalcarvalho@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
This repo holds content and serving programs for the go.dev and golang.org web sites.
Content is in _content/ (go.dev) and tour/ (go.dev/tour). Server code is in cmd/ and internal/.
To run the combined go.dev+golang.org server to preview local content changes, use:
go run ./cmd/golangorg
The supporting programs cmd/admingolangorg and cmd/googlegolangorg are the servers for admin.golang.org and google.golang.org. (They do not use the _content/ directories.)
Each command directory has its own README.md explaining deployment.
This repository uses prettier to format JS and CSS files.
See also:
The version of prettier
used is 1.18.2.
It is encouraged that all JS and CSS code be run through this before submitting a change. However, it is not a strict requirement enforced by CI.
Each time a CL is reviewed and submitted, the code is deployed to App Engine. See cmd/golangorg/README.md for details.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The main issue tracker for the website repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.