From e1b710c31e47eba04c71a90fb4ac9642c3deaef6 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Tue, 29 Oct 2013 13:20:58 -0400 Subject: [PATCH] go.tools/README: minor correction. R=gri CC=golang-dev https://golang.org/cl/18490043 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 29369819..916ae2e6 100644 --- a/README +++ b/README @@ -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.