Skip to content

Commit e08a6e0

Browse files
committed
playground: update snippet to tell version
The previous snippet was created almost 4 years ago in CL 2308. Update to a more modern snippet (created today) for the following reasons: • Apply gofmt (previous one was missing a newline at EOF). • It uses the current ID generation scheme, making it possible to re-create the same snippet in another playground instance. Change-Id: I50157f9a8d313f3c826d4289c91c42049ac5bd0d Reviewed-on: https://go-review.googlesource.com/c/149341 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 22a2396 commit e08a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180

181181
<p>
182182
The playground uses the latest stable release of Go.<br>
183-
The current version is <a href="/p/1VcPUlPk_3">{{.GoVersion}}</a>.
183+
The current version is <a href="/p/Ztyu2FJaajl">{{.GoVersion}}</a>.
184184
</p>
185185

186186
<p>

0 commit comments

Comments
 (0)