commit | 3ac76b8bb7987237f88545d31e5be0c1acae3240 | [log] [tgz] |
---|---|---|
author | pjw <pjw@google.com> | Mon Apr 05 07:27:44 2021 -0400 |
committer | Peter Weinberger <pjw@google.com> | Wed Apr 07 10:44:45 2021 +0000 |
tree | 465907d5c3e969491f99b9031f974a2aa0026e60 | |
parent | c6024661546ed472512ea81b88b7963a3ca5b3e8 [diff] |
gopls/internal/coverage: better error messages and output First test that it's being run from the tools module's root, and then that the directory structure is ok. Fix the formatting of verbose output. Change-Id: Icd27fb24277ca80069da12825ea60fc30ff399b8 Reviewed-on: https://go-review.googlesource.com/c/tools/+/307269 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.