| commit | 2aa90c603ae35ab89ce30e45e49d870b7e5e7698 | [log] [tgz] |
|---|---|---|
| author | Rebecca Stambler <rstambler@golang.org> | Mon Dec 30 16:35:40 2019 -0500 |
| committer | Rebecca Stambler <rstambler@golang.org> | Mon Dec 30 22:03:29 2019 +0000 |
| tree | 7196d3636fa9c61742234f16a616f61560054db3 | |
| parent | ba16e80ae2765f94b580ce71a8f62c05107892b5 [diff] |
internal/lsp: miscellaneous cleanup CL 212102 contains a few cleanup-type fixes that are unrelated to the actual content of that CL. Pull them out to make the diffs simpler. Change-Id: I6b7e34320f2889d05179c8aeb8cb7f8f4c505a3b Reviewed-on: https://go-review.googlesource.com/c/tools/+/212917 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@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.