commit | 0919917413df41355e99e7ba191737d92f1b66b4 | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Thu Feb 18 16:26:44 2021 -0500 |
committer | Robert Findley <rfindley@google.com> | Mon Feb 22 16:14:33 2021 +0000 |
tree | 85c2ae373bdcedabdb718727ba28a84434362b09 | |
parent | 2965cf786146ae8c3d7a61f89db9230ed9a5e526 [diff] |
internal/lsp/source: filter out comparable from completion results The comparable interface is introduced on the dev.typeparams branch. Filter it out from gopls completion results so that it doesn't break tests on the dev.typeparams branch. Change-Id: Iba22c0980c09e99b454ce9e22813cc3a1f94a90c Reviewed-on: https://go-review.googlesource.com/c/tools/+/293931 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> (cherry picked from commit f3748ed8ec89697f45bdc785f5dbc97679e75a35) Reviewed-on: https://go-review.googlesource.com/c/tools/+/294911
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.