go.tools/README: minor correction.

R=gri
CC=golang-dev
https://golang.org/cl/18490043
This commit is contained in:
Alan Donovan 2013-10-29 13:20:58 -04:00
parent bac7098173
commit e1b710c31e

4
README
View File

@ -4,7 +4,7 @@ the Go programming language.
Some of the tools, godoc and vet for example, are included in binary Go distributions.
Others, including the Go oracle and the test coverage tool, can be fetched with "go get".
Packages include a type-checker for Go and an implementation of the Single Static
Assignment (SSA) representation for Go programs.
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.