commit | fd00574339946b3af24d788d87d8d3a57cd0390f | [log] [tgz] |
---|---|---|
author | pjw <pjw@google.com> | Sat Jul 03 10:26:21 2021 -0700 |
committer | Peter Weinberger <pjw@google.com> | Wed Jul 07 20:06:16 2021 +0000 |
tree | a86148b2321430acc5c88eaaef87defcceb8558b | |
parent | 7edcfe523185159315c58e134f5589ce877b4662 [diff] |
internal/lsp/protocol: upgrade generated lsp code to beginning of July There are no changes, other than the date and git checksum. Change-Id: Ic7e93829f5e4cd95b7c2b5023c9c0905a07655ed Reviewed-on: https://go-review.googlesource.com/c/tools/+/332690 Run-TryBot: Peter Weinberger <pjw@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Peter Weinberger <pjw@google.com> Reviewed-by: Robert Findley <rfindley@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 prettier to format JS and CSS files.
The version of prettier
used is 1.18.2.
It is encouraged that all JS and CSS code be run through this before submitting a change. However, it is not a strict requirement enforced by CI.
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.