2013-05-17 13:55:10 -06:00
|
|
|
This subrepository holds the source for various packages and tools that support
|
|
|
|
the Go programming language.
|
2012-01-25 12:45:13 -07:00
|
|
|
|
2013-10-09 12:47:05 -06:00
|
|
|
Some of the tools, godoc and vet for example, are included in binary Go distributions.
|
2016-10-13 09:59:04 -06:00
|
|
|
Others, including the Go guru and the test coverage tool, can be fetched with "go get".
|
2013-10-09 12:47:05 -06:00
|
|
|
|
2013-10-29 11:20:58 -06:00
|
|
|
Packages include a type-checker for Go and an implementation of the
|
|
|
|
Static Single Assignment form (SSA) representation for Go programs.
|
2012-01-25 12:45:13 -07:00
|
|
|
|
2013-05-17 13:55:10 -06:00
|
|
|
To submit changes to this repository, see http://golang.org/doc/contribute.html.
|