commit | 8e4f4c86593abab35fdf6f8d42e2a2134a765c9d | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Feb 25 10:28:37 2021 -0500 |
committer | Russ Cox <rsc@golang.org> | Fri Mar 12 18:55:53 2021 +0000 |
tree | adedc4beb8e816d885de94a853be5953e38e5715 | |
parent | 44abc2a71b321b77c0a579d8c5bf2704d648c9e0 [diff] |
godoc: delete GoogleCN logic The GoogleCN code is specific to the code for golang.org, which no longer uses golang.org/x/tools/godoc. For golang/go#32011. Change-Id: If13e3ed93d57f9d8a6c0f8a09b8343567dd6c0b1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/296373 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This subrepository holds the source for various packages and tools that support the Go programming language.
Some of the tools, godoc
and vet
for example, are included in binary Go distributions.
Others, including the Go guru
and the test coverage tool, can be fetched with go get
.
Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs.
The easiest way to install is to run go get -u golang.org/x/tools/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/tools
.
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 tools repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/tools/(your subdir):” in the subject line, so it is easy to find.