commit | 607ca053a1376e059c47e49108c4656de7934535 | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Sun Jul 14 14:54:41 2019 -0400 |
committer | Rebecca Stambler <rstambler@golang.org> | Mon Jul 15 04:47:52 2019 +0000 |
tree | 78337702a1f5b67e7d2d7f74ce240b0bbb2a3580 | |
parent | ef8e0831447801a19f50653d1b0e3cc00bc4605c [diff] |
internal/lsp: fix panics in loading, add more logging Fixes golang/go#32929 Change-Id: I15e258fe03ef07dbb4ece79f52cb0d0353c8b0b1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/185994 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.