From c26ca912e500bd0e681cfda366d3b69f8769c9c2 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 14 Dec 2011 21:52:41 -0800 Subject: [PATCH] spec: skip carriage returns in raw literals This change guarantees that whether the line ending convention when the source is created includes carriage returns is irrelevant to the value of the string. See issue 680. The compilers do not yet implement this. R=golang-dev, adg, r, gri, rsc, iant CC=golang-dev https://golang.org/cl/5491043 --- doc/go_spec.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 945caba9d99..015404041b3 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +