| commit | e3acd584e2df2ab36886e1577f4ea15f91335d1a | [log] [tgz] |
|---|---|---|
| author | Peter Weinberger <pjw@google.com> | Thu Feb 13 15:09:23 2020 -0500 |
| committer | Peter Weinberger <pjw@google.com> | Thu Feb 13 21:22:11 2020 +0000 |
| tree | bfcf0eb377aa7764c6ac4592cf3a1e1ada83627c | |
| parent | 63d1300efe976c5057a52e5599cb3c3c81620cf3 [diff] |
internal/lsp: two trivial cleanups from CL 219077 Change-Id: Ia55bfc4d8283589a7a70e2b7b2ed3265ead18d62 Reviewed-on: https://go-review.googlesource.com/c/tools/+/219378 Run-TryBot: Peter Weinberger <pjw@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com> 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.