commit | f7f495a9e805ad610979a4a0505b9239320e6b34 | [log] [tgz] |
---|---|---|
author | Robert Findley <rfindley@google.com> | Thu Nov 18 13:16:47 2021 -0500 |
committer | Robert Findley <rfindley@google.com> | Thu Nov 18 13:16:48 2021 -0500 |
tree | 5427614f5606477b5ed74aebed16d914fc6185d6 | |
parent | e1ca49e9e7724e7ede261d16063e362f40834861 [diff] | |
parent | 43b469a3a904bd945ba2bead5520f07c652451ab [diff] |
all: merge master (43b469a) into gopls-release-branch.0.7 Merge List: + 2021-11-17 43b469a3 go/analysis/passes/printf: update logic now that type parameters are interfaces + 2021-11-17 771dabf4 gopls/internal/regtest/misc: skip TestInconsistentVendoring on Windows + 2021-11-17 7d6c71f2 internal/lsp/source/completion: avoid invalid AST in enclosingSignature Change-Id: I7926670ad4f2897ac4951f08ad37df9b39222847
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 install
.
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 install golang.org/x/tools/...@latest
.
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.