]> Cypherpunks repositories - gostls13.git/commit
go spec: line comments may end in EOF
authorRobert Griesemer <gri@golang.org>
Thu, 4 Nov 2010 20:48:32 +0000 (13:48 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 4 Nov 2010 20:48:32 +0000 (13:48 -0700)
commitd73d1c5f324538a3186cf25d2e821901de2f0d55
tree8167557d23de78aa6af3a96fc19cd48ae5b2469a
parent23c41a1ef2157da8df646a78f93d9b6e39a85a87
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