commit | d68bbb546781264bf023b8347c50f9e437b53e49 | [log] [tgz] |
---|---|---|
author | Heschi Kreinick <heschi@google.com> | Fri Nov 13 14:40:51 2020 -0500 |
committer | Heschi Kreinick <heschi@google.com> | Mon Nov 16 17:23:50 2020 +0000 |
tree | cba639f86d8d351faad34ec3762f8fa657ee9172 | |
parent | 247bdb27d16af1f85f1a30247ab67ba9e6bb7543 [diff] |
internal/gocommand: improve debug string The current debug string looks like `go [go list foo]` because I forgot that argv[0] is a thing. Remove the duplication, and quote things only when necessary. Change-Id: Ib751a39435e5a3453833539307d12c9715cc1cad Reviewed-on: https://go-review.googlesource.com/c/tools/+/270037 Trust: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> Reviewed-by: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@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.