commit | fef9eaa9e42b9f5f0fb87822523507d5a1c709fa | [log] [tgz] |
---|---|---|
author | pjw <pjw@google.com> | Sat Sep 07 17:01:26 2019 -0400 |
committer | Peter Weinberger <pjw@google.com> | Sun Sep 08 13:59:31 2019 +0000 |
tree | f3952f35ceae34f5ef9164ed8dd16f9a493fcf9a | |
parent | 4c50eace5a905d039580217bf299d2e15c2a0149 [diff] |
x/tools/gopls: convert to the august, 2019 version of the LSP protocol The latest version of the LSP protocol introduces a number of changes. It is now possible to indicate partial results and progress. request.ts had to construct some new types (at the end of tsclient.go and tsserver,go) to avoid using a struct for a formal parameter type. Also, instead of using the same type for many RPCs, most RPCs now have their own types. Change-Id: I095a3e872f42a9f851c01ca4e3c6ac6e32446042 Reviewed-on: https://go-review.googlesource.com/c/tools/+/194177 Run-TryBot: Peter Weinberger <pjw@google.com> 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.