]> Cypherpunks repositories - gostls13.git/commit
fixes to spec. mostly minor but several of significance.
authorRob Pike <r@golang.org>
Sun, 8 Nov 2009 06:00:59 +0000 (22:00 -0800)
committerRob Pike <r@golang.org>
Sun, 8 Nov 2009 06:00:59 +0000 (22:00 -0800)
commit4fe4192ac904bb5b7e842028037e9dae229bb51e
treec16884347e70cc07a41dec2df62297559d2a6eab
parent642caacfa32457d3ac874e0923b4d4c20bb9c63b
fixes to spec.  mostly minor but several of significance.
- carriage return is white space
- "" strings cannot span newlines
- f(g()) is ok if g is multivalue and matches f's args

R=rsc, gri
CC=go-dev
http://go/go-review/1024017
doc/go_spec.html