prysm-pulse/vendor/golang.org/x/tools
Raul Jordan da20785685 Merge branch 'master' into gitter-badge-1
Former-commit-id: 23f542f43b4b493e38f5aa4c29788ed93a63b43b [formerly 71b23a6a28eb045fcfeab6329de69f1e5455486b]
Former-commit-id: d12b3a6decc876f010a71f98e11df7387c1aaf2a
2018-01-13 17:31:28 -05:00
..
go/ast/astutil Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
imports Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
.gitattributes Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
.gitignore Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
AUTHORS Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
codereview.cfg Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
CONTRIBUTING.md Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
CONTRIBUTORS Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
LICENSE Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
PATENTS Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
README Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -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.