commit | f6440c824459f288a3c7ca567a0720683e6e555f | [log] [tgz] |
---|---|---|
author | Alexander Yastrebov <yastrebov.alex@gmail.com> | Tue Nov 02 17:52:04 2021 +0000 |
committer | Tim King <taking@google.com> | Tue Nov 02 19:48:11 2021 +0000 |
tree | 09132110861cc29f66ef0c38c586d3a628c6b7d4 | |
parent | bb4add04ddefefeb75c6594b46ae84cb585559f4 [diff] |
x/tools: print check misses concatenated strings Fixes golang/go#30436 Change-Id: I5b843e65b2188040a1ea5f17e1756b57babb0c22 GitHub-Last-Rev: 3ee8e1838c9dab095af0b8afa8177132ec8fdeea GitHub-Pull-Request: golang/tools#344 Reviewed-on: https://go-review.googlesource.com/c/tools/+/356830 Trust: Tim King <taking@google.com> Trust: Zvonimir Pavlinovic <zpavlinovic@google.com> Run-TryBot: Tim King <taking@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@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 install
.
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 install golang.org/x/tools/...@latest
.
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.