commit | 6cdbf07be9d0ad08776df0b65fb1b3e4e617c42a | [log] [tgz] |
---|---|---|
author | pjw <pjw@google.com> | Thu Jun 27 16:49:48 2019 -0700 |
committer | Peter Weinberger <pjw@google.com> | Fri Jun 28 15:31:33 2019 +0000 |
tree | e8135172610a3be54c6534bfed34f5bb0e9f25f1 | |
parent | 212fb13d595e5faf79425c78ae101012873a81a1 [diff] |
internal/lsp: new requests.ts to generate new versions of tsclient.go and tsserver.go Adjust the output of requests.ts to use the new facilities of jsonrpc2.go. Change-Id: I316f7846db9f683345b836915d992e751f126196 Reviewed-on: https://go-review.googlesource.com/c/tools/+/184081 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.