commit | 9aa23abf067c5056134e6cc662f858a3e6704884 | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Thu Feb 27 13:35:46 2020 -0500 |
committer | Robert Findley <rfindley@google.com> | Mon Mar 02 19:06:06 2020 +0000 |
tree | 3855576e588df562ab22b92525f7c83c8fe0756a | |
parent | b1e4e04173e03486076422e9c4017b18fd382c0c [diff] |
internal/lsp/regtest: consolidate Env wrappers Helper functions on the regtest.Env wrapping workspace or editor functionality are moved to a new wrappers.go file. Also, rename 'WriteBuffer' to 'SaveBuffer', for less confusion with 'WriteFile'. Change-Id: Ide9a5cf919dcee6e4a4fbfdb167eddf751a26eeb Reviewed-on: https://go-review.googlesource.com/c/tools/+/221538 Reviewed-by: Rohan Challa <rohan@golang.org> Run-TryBot: Robert Findley <rfindley@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.