From d73d1c5f324538a3186cf25d2e821901de2f0d55 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 4 Nov 2010 13:48:32 -0700 Subject: [PATCH] go spec: line comments may end in EOF Consistency argument: A valid Go program should remain valid after stripping leading and trailing whitespace. This was not true so far if the last text in the source was a line comment. R=iant, ken2, r, rsc, r2 CC=golang-dev https://golang.org/cl/2906041 --- doc/go_spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index cc01e433b1..e3346b271d 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +