commit | d72b05d2b1b6a1e6d58527b2e45e597b662af52e | [log] [tgz] |
---|---|---|
author | Kevin Burke <kev@inburke.com> | Sat Feb 16 18:45:48 2019 -0800 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Sun Aug 25 03:11:27 2019 +0000 |
tree | 0c13451c2226bf7eebabcef3a4dba4db8eaa3e30 | |
parent | c2567a220953b182b16e41598083a188a394ebdb [diff] |
godoc: apply gofmt Using Go 1.12.9. Change-Id: I3df42ca98e9af19742ce4d528eea453ef541f892 Reviewed-on: https://go-review.googlesource.com/c/tools/+/162997 Reviewed-by: Dmitri Shuralyov <dmitshur@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.