commit | 256244171580ced85d318eef79d5bd59e6fb338b | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Thu Aug 15 11:35:00 2019 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Thu Aug 15 23:26:00 2019 +0000 |
tree | dd30dff6202976bc126854cf8197818055212ca6 | |
parent | 3100af0b0e07a95e0f581895fd6a47a1b9db8f01 [diff] |
internal/lsp: propagate hoverKind to completion documentation Fixes golang/go#33653 Change-Id: Ia45e4f4b7377681619303a6d414d9b9de3143c01 Reviewed-on: https://go-review.googlesource.com/c/tools/+/190400 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Suzy Mueller <suzmue@golang.org> TryBot-Result: Gobot Gobot <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 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.