commit | fddb0d54e992eac271a4e852def1c5091c9ad1fb | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jan 18 13:51:12 2022 -0500 |
committer | Russ Cox <rsc@golang.org> | Tue Jan 18 21:28:05 2022 +0000 |
tree | e075474cd084eebb8de331b8238b73e2d148728d | |
parent | f29bdf1b5054720b2d7b470842d3734e34b9c251 [diff] |
internal/lsp/analysis/noresultvalues: update for CL 379116 error message change CL 379116 changes the format of the error this checker is looking for. Update it to handle both the old and new form. Change-Id: I91668e4fcbe203a9028d07b780fd17e9758fc838 Reviewed-on: https://go-review.googlesource.com/c/tools/+/379174 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@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 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.