| commit | 771dabf43312a29ffd9f1e7c9ed862c82c9bbf5e | [log] [tgz] |
|---|---|---|
| author | Bryan C. Mills <bcmills@google.com> | Wed Nov 17 11:41:19 2021 -0500 |
| committer | Bryan C. Mills <bcmills@google.com> | Wed Nov 17 17:12:49 2021 +0000 |
| tree | 24d4646dc6c51dc7a6658107c3512c2f06642afa | |
| parent | 7d6c71f28a65221daa3a0866385eb51216793823 [diff] |
gopls/internal/regtest/misc: skip TestInconsistentVendoring on Windows This test is probably detecting a real bug that exclusively affects Windows. To avoid masking other bugs, let's skip the test on that platform until the bug is fixed. For golang/go#49646 Change-Id: I38c615d47454ecfd72b416fff2018973b3ae9259 Reviewed-on: https://go-review.googlesource.com/c/tools/+/364676 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> 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 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.