commit | 6c68fec0bcec31b0e5517d7b14fc11b440b8ac34 | [log] [tgz] |
---|---|---|
author | Dan Kortschak <dan@kortschak.io> | Mon Dec 30 11:13:02 2019 +1030 |
committer | Rebecca Stambler <rstambler@golang.org> | Mon Dec 30 19:07:42 2019 +0000 |
tree | 8ee12c7b0f75489ec524113fe92ba7b0112e7342 | |
parent | 2912ce79fc7ba9f2efc70c3887bc067a886800d1 [diff] |
all: remove many cases of space-space Change-Id: I49eb8410d4143c67dfccf027f8b2794e66963415 Reviewed-on: https://go-review.googlesource.com/c/tools/+/212580 Reviewed-by: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <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 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.