]> Cypherpunks repositories - gostls13.git/commitdiff
doc/play: match the hello world snippet in x/website
authorRohan Verma <hello@rohanverma.net>
Wed, 23 Oct 2019 22:12:27 +0000 (22:12 +0000)
committerDmitri Shuralyov <dmitshur@golang.org>
Wed, 23 Oct 2019 22:43:37 +0000 (22:43 +0000)
Fixes #35099

Change-Id: Ieaf3174540087bd20443b38703ef88d9f9638052
GitHub-Last-Rev: 12973bc66f39caebb4156396de3b9df670bf12b5
GitHub-Pull-Request: golang/go#35123
Reviewed-on: https://go-review.googlesource.com/c/go/+/202998
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

doc/play/hello.go

index 078ddff8f414f4fca4bac1fad017cedafd6681b1..3badf12538b3e69e379c6656c0d9adde58a6f850 100644 (file)
@@ -1,3 +1,5 @@
+// You can edit this code!
+// Click here and start typing.
 package main
 
 import "fmt"