commit | 5cec639030af3a6ada2732d9bfa1d3731ed55106 | [log] [tgz] |
---|---|---|
author | Michael Matloob <matloob@golang.org> | Mon Apr 29 16:34:09 2019 -0400 |
committer | Michael Matloob <matloob@golang.org> | Fri May 03 03:01:57 2019 +0000 |
tree | 76f13ebfe21d3d3168041aac73b398edb3b3f424 | |
parent | 83df196e5764ed2415c28c1f39ba6cb3db747da0 [diff] |
go/analysis: proposed fact enumeration API Updates golang/go#29616 Change-Id: Ibaf10526ea35f06b853ad55451a50750c764fab4 Reviewed-on: https://go-review.googlesource.com/c/tools/+/174379 Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Daniel Martà <mvdan@mvdan.cc> Reviewed-by: Ian Cottrell <iancottrell@google.com> 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.