From: Rohan Verma Date: Wed, 23 Oct 2019 22:12:27 +0000 (+0000) Subject: doc/play: match the hello world snippet in x/website X-Git-Tag: go1.14beta1~606 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=20bba866d3aaeba728c78ff24c940b98441c791b;p=gostls13.git doc/play: match the hello world snippet in x/website 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 Run-TryBot: Dmitri Shuralyov TryBot-Result: Gobot Gobot --- diff --git a/doc/play/hello.go b/doc/play/hello.go index 078ddff8f4..3badf12538 100644 --- a/doc/play/hello.go +++ b/doc/play/hello.go @@ -1,3 +1,5 @@ +// You can edit this code! +// Click here and start typing. package main import "fmt"