Skip to content

Commit

Permalink
Remove comment from hello example
Browse files Browse the repository at this point in the history
Remove comment in order to reduce the number of wasted lines in <https://go.dev/play/>
(The current design shows fewer lines of code than the old version of the playground)

Users would otherwise have to manually remove these each time they want to share a snippet on the playground.
  • Loading branch information
peterhellberg committed Nov 29, 2021
1 parent 24816de commit ac3e38f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _content/doc/play/hello.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// You can edit this code!
// Click here and start typing.
package main

import "fmt"
Expand Down

0 comments on commit ac3e38f

Please sign in to comment.