commit | 6fff1af1a8382fba300d7dafce48aa0bfae578d8 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Thu Apr 28 20:12:56 2022 -0400 |
committer | Gopher Robot <gobot@golang.org> | Fri Apr 29 02:22:32 2022 +0000 |
tree | 9fafd800aea642bc9b86f3ca3efff85b7c9cd127 | |
parent | 115b454b568d24487ae4df4b53b99698a42c52dd [diff] |
go/analysis/passes/errorsas: update testdata for new warning A new testdata file was added since CL 339889 was authored. Update it in the same way for the new warning. Updates golang/go#47528. Fixes golang/go#52613. Change-Id: I17d06c602eeabcc4ddc8514d5e444acdb714ab94 Reviewed-on: https://go-review.googlesource.com/c/tools/+/403034 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Tim King <taking@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> gopls-CI: kokoro <noreply+kokoro@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.