commit | b5b87423c93b800cdce5437496596722281c3cb8 | [log] [tgz] |
---|---|---|
author | Danish Dua <danishdua@google.com> | Thu Oct 01 15:03:59 2020 -0400 |
committer | Danish Dua <danishdua@google.com> | Thu Oct 01 23:00:09 2020 +0000 |
tree | cda6af4f2551b72ee49742e256c3d1d0d75ec8c5 | |
parent | 4e032a7e1e888a843dabf94ae4f9a914b3d01309 [diff] |
internal/lsp/source: refactor c.item to support deepSearch in all cases This change eliminates any special scenarios where we need to call c.item instead of going through deepSearch by adding support for all the cases in deepSearch and c.addItem (previously c.item). Change-Id: Ifb250be54da2f8c7b656475fcafaa38a4e306244 Reviewed-on: https://go-review.googlesource.com/c/tools/+/258858 Run-TryBot: Danish Dua <danishdua@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Trust: Danish Dua <danishdua@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.