commit | ec76318e7978bf114e2ed06cb23c156683613323 | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Tue Sep 10 13:26:49 2019 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Tue Sep 10 23:05:03 2019 +0000 |
tree | 37edc5b45d805e4718c33a318366f2c9127a06de | |
parent | 7f5965fd77090ec78c1d93e9e6b97b7e2e5c5af9 [diff] |
internal/lsp: treat completion documentation errors as actual errors Also, handle *ast.StarExpr in the identifier code. This fixes a specific case with deep completions and documentation. Change-Id: I630ae4e8f1c123ba1fdea85e6862ae93396e2cd4 Reviewed-on: https://go-review.googlesource.com/c/tools/+/194564 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@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 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.