| commit | c46b611624b364d195ca1c5a5e4f39d1e1318f5d | [log] [tgz] |
|---|---|---|
| author | Rebecca Stambler <rstambler@golang.org> | Fri Dec 04 12:24:04 2020 -0500 |
| committer | Rebecca Stambler <rstambler@golang.org> | Fri Dec 04 18:04:37 2020 +0000 |
| tree | b93a69af5033b15ce003afa409309c20a4475b72 | |
| parent | b7c34141e1fe5f33d0b12f19e70e826067c87a43 [diff] |
[gopls-release-branch.0.5] internal/lsp: update hardcoded version to v0.5.5 Change-Id: If4d96dc542abe1c86c949922e4b724682f229d91 Reviewed-on: https://go-review.googlesource.com/c/tools/+/275440 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> Trust: Rebecca Stambler <rstambler@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 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.