istanbul-tools/vendor/golang.org/x/tools
Alan Chen f00e1c3053 glide, vendor: add log15 2017-09-12 12:16:48 +08:00
..
benchmark/parse glide, vendor: add log15 2017-09-12 12:16:48 +08:00
blog glide, vendor: add log15 2017-09-12 12:16:48 +08:00
cmd glide, vendor: add log15 2017-09-12 12:16:48 +08:00
container/intsets glide, vendor: add log15 2017-09-12 12:16:48 +08:00
cover glide, vendor: add log15 2017-09-12 12:16:48 +08:00
go glide, vendor: add log15 2017-09-12 12:16:48 +08:00
godoc glide, vendor: add log15 2017-09-12 12:16:48 +08:00
imports glide, vendor: add log15 2017-09-12 12:16:48 +08:00
playground glide, vendor: add log15 2017-09-12 12:16:48 +08:00
present glide, vendor: add log15 2017-09-12 12:16:48 +08:00
refactor glide, vendor: add log15 2017-09-12 12:16:48 +08:00
third_party glide, vendor: add log15 2017-09-12 12:16:48 +08:00
.gitattributes glide, vendor: add log15 2017-09-12 12:16:48 +08:00
.gitignore glide, vendor: add log15 2017-09-12 12:16:48 +08:00
AUTHORS glide, vendor: add log15 2017-09-12 12:16:48 +08:00
CONTRIBUTING.md glide, vendor: add log15 2017-09-12 12:16:48 +08:00
CONTRIBUTORS glide, vendor: add log15 2017-09-12 12:16:48 +08:00
LICENSE glide, vendor: add log15 2017-09-12 12:16:48 +08:00
PATENTS glide, vendor: add log15 2017-09-12 12:16:48 +08:00
README glide, vendor: add log15 2017-09-12 12:16:48 +08:00
codereview.cfg glide, vendor: add log15 2017-09-12 12:16:48 +08:00

README

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.

To submit changes to this repository, see http://golang.org/doc/contribute.html.