commit | 3d37a677963775f298425e28f9ebc473003bee39 | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Wed Apr 22 11:50:56 2020 -0400 |
committer | Robert Findley <rfindley@google.com> | Wed Apr 22 17:07:37 2020 +0000 |
tree | e448ca4425591593c481412b18e7a591d8d85061 | |
parent | 3d57cf2e726ef4a8e496ce4f80c680a74250b8d9 [diff] |
internal/gocommand: clean up docstring typos and staticcheck errors Fix a couple typos in the RunRaw docstring, as well as some superficial staticcheck errors. Change-Id: I557d7ee63366b2b3a82d590d69ee2907d4e3ac59 Reviewed-on: https://go-review.googlesource.com/c/tools/+/229417 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@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 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.