71d7a41eb4
x/website uses Goldmark, so this brings go.dev in line with golang.org. The only change to the golden output is a few automatically generated heading IDs. It used to be that # Go's Concurrency produced <h1 id="go-s-concurrency">. Now it produces <h1 id="gos-concurrency">. Similarly, # Go & You used to produce <h1 id="go-you">. Now it produces <h1 id="go--you">. In theory this could lead to slightly broken links that no longer target what they meant to target. In practice it is doubtful that people have links to the specific affected sections. Change-Id: Ia0827e2f13fbd7f304983025dade694c50c49d6e X-GoDev-Commit: 416036ecdf33ce51eeeb0d2bbd8ca98fd5fc7dc9 |
||
---|---|---|
go.dev | ||
AUTHORS | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
LICENSE | ||
PATENTS | ||
README.md |
README.md
Go Website
This repository holds the Go Website server code and content.
Download/Install
The easiest way to install is to run go get -u golang.org/x/website
. You can
also manually git clone the repository to $GOPATH/src/golang.org/x/website
.
Report Issues / Send Patches
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 time 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.