ghchinoy: update for gophercon 2018

Change-Id: I16002f885c2f851cb856baa24906973626eabbd5
Reviewed-on: https://go-review.googlesource.com/132260
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
diff --git a/ghchinoy/main.go b/ghchinoy/main.go
index 4a637b8..e7d0f63 100644
--- a/ghchinoy/main.go
+++ b/ghchinoy/main.go
@@ -7,5 +7,5 @@
 import "fmt"
 
 func main() {
-	fmt.Println("I'm contributing to Go! (well, kinda :)")
+	fmt.Println("I'm totally contributing to Go! (well, kinda :)")
 }