commit | 5a3d51791d3174be7972c75e44ecc6d5c4f1c345 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jun 15 16:29:45 2021 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Aug 17 13:59:29 2021 +0000 |
tree | fc4f675e54bf4d59ad46bf07ef980212d9594473 | |
parent | 3d3836b4e1f2bdfb52e74cff943a12930a38f7ce [diff] |
internal/tmplfunc: mv go.dev/cmd/internal/tmplfunc up a few levels Make internal/tmplfunc available to the whole module, as one more step toward merging internal/web and go.dev/cmd/internal/site. Also bring in rsc.io/tmplfunc support for fs.FS. Change-Id: I65486c32136ec500de172b8297d0605fef9d5c83 Reviewed-on: https://go-review.googlesource.com/c/website/+/339401 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org>
This repo holds content and serving programs for the golang.org web site.
Content is in _content/. Server code is in cmd/ and internal/.
To run the 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/ directory.)
Each command directory has its own README.md explaining deployment.
This repository uses prettier to format JS and CSS files.
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.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
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.