From 728eb925034a4dc052566c16169a1875debd6212 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 13 Sep 2011 14:43:18 +1000 Subject: [PATCH] [release-branch.r60] misc/goplay: Fix template output MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« CL 4960052 / da491846e511 misc/goplay: Fix template output Fixes #2219. R=golang-dev, r CC=golang-dev https://golang.org/cl/4960052 »»» R=dsymonds CC=golang-dev https://golang.org/cl/4960067 --- misc/goplay/goplay.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/goplay/goplay.go b/misc/goplay/goplay.go index bbc388ba4c..7f4c45376f 100644 --- a/misc/goplay/goplay.go +++ b/misc/goplay/goplay.go @@ -256,7 +256,7 @@ function compileUpdate() {
- +
(Shift-Enter to compile and run.)     Compile and run after each keystroke -- 2.50.0