doc/play: match the hello world snippet in x/website

Fixes #35099

Change-Id: Ieaf3174540087bd20443b38703ef88d9f9638052
GitHub-Last-Rev: 12973bc66f
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>
This commit is contained in:
Rohan Verma 2019-10-23 22:12:27 +00:00 committed by Dmitri Shuralyov
parent e9e4f6c433
commit 20bba866d3

View file

@ -1,3 +1,5 @@
// You can edit this code!
// Click here and start typing.
package main
import "fmt"