Skip to content

Commit

Permalink
doc/play: match the hello world snippet in x/website
Browse files Browse the repository at this point in the history
Fixes #35099

Change-Id: Ieaf3174540087bd20443b38703ef88d9f9638052
GitHub-Last-Rev: 12973bc
GitHub-Pull-Request: #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>
  • Loading branch information
rhnvrm authored and dmitshur committed Oct 23, 2019
1 parent e9e4f6c commit 20bba86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/play/hello.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// You can edit this code!
// Click here and start typing.
package main

import "fmt"
Expand Down

0 comments on commit 20bba86

Please sign in to comment.