prysm-pulse/vendor/golang.org/x/tools
Preston Van Loon a41e372b39 First pass collation
Former-commit-id: fa0dc873367b92a06b10fd989e3fec960c03065a [formerly e98efffa565ea6aa3eadeb19c2f9a66a56eb5ddd]
Former-commit-id: ce6e4f01d12015e67a51aa7d928a6ab8e8eedeee
2018-01-12 22:59:17 -05:00
..
go/ast/astutil First pass collation 2018-01-12 22:59:17 -05:00
imports First pass collation 2018-01-12 22:59:17 -05:00
.gitattributes First pass collation 2018-01-12 22:59:17 -05:00
.gitignore First pass collation 2018-01-12 22:59:17 -05:00
AUTHORS First pass collation 2018-01-12 22:59:17 -05:00
codereview.cfg First pass collation 2018-01-12 22:59:17 -05:00
CONTRIBUTING.md First pass collation 2018-01-12 22:59:17 -05:00
CONTRIBUTORS First pass collation 2018-01-12 22:59:17 -05:00
LICENSE First pass collation 2018-01-12 22:59:17 -05:00
PATENTS First pass collation 2018-01-12 22:59:17 -05:00
README First pass collation 2018-01-12 22:59:17 -05:00

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.