commit | 4354ead92e86caa4017bfeb36f54ac136dc5f70a | [log] [tgz] |
---|---|---|
author | Kazuhiro Sera <seratch@gmail.com> | Fri Aug 10 18:13:41 2018 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri Aug 10 18:15:57 2018 +0000 |
tree | 2769f0841869cea7c33144efd97082c1f943f61b | |
parent | e96c4e24768da594adeb5eed27c8ecd547a3d4f1 [diff] |
all: fix typos in comments This pull request fixes several typos in comments. I believe that they're safe enough. Change-Id: Ic7c594bdb89dcd04f8775f225abbc0f966f3728e GitHub-Last-Rev: 2394feb263714c83b419f45eccb3c6c9fdff7fed GitHub-Pull-Request: golang/tools#45 Reviewed-on: https://go-review.googlesource.com/128956 Reviewed-by: Brad Fitzpatrick <bradfitz@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.