commit | af9456bb636557bdc2b14301a9d48500fdecc053 | [log] [tgz] |
---|---|---|
author | Heschi Kreinick <heschi@google.com> | Wed May 27 17:02:03 2020 -0400 |
committer | Heschi Kreinick <heschi@google.com> | Thu May 28 17:13:50 2020 +0000 |
tree | bc4c8e5673d855a23aa29ff1d8fc729055b9f11c | |
parent | 693125cf94670e99c04d1eb9c06f6c11c60d8420 [diff] |
all: remove version-specific test files Now that we're not using build tags any more we can consolidate files. Do so. I tried a little to find good places for the moved code, but only a little. Change-Id: I6b66afb7cad870471d7d4a3d86c13fadb94a40e1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/235457 Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
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.