rsc: change greeting

changed message

local commit

Change-Id: I2e6977dc4ec3579bd3be7af03324c038bf41eb50
Reviewed-on: https://go-review.googlesource.com/3642
Reviewed-by: Russ Cox <rsc@golang.org>
diff --git a/rsc/greeting.go b/rsc/greeting.go
index 9863801..e0f7d9a 100644
--- a/rsc/greeting.go
+++ b/rsc/greeting.go
@@ -3,5 +3,5 @@
 import "fmt"
 
 func greeting() {
-	fmt.Println("hello, git")
+	fmt.Println("hello, git32 ")
 }