quorum/vendor/golang.org/x/tools
Felix Lange 2c4455b12a vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
..
go/ast/astutil vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
imports vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
.gitattributes Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
.gitignore Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
AUTHORS Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
CONTRIBUTING.md Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
CONTRIBUTORS Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
PATENTS Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
README Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
codereview.cfg Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02: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.