From: Robert Griesemer Date: Thu, 12 Feb 2009 05:57:15 +0000 (-0800) Subject: - syntax for composite literals use () instead of {} X-Git-Tag: weekly.2009-11-06~2185 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6f8df7aa3e8cb6251d4aec424b395ebc686353c7;p=gostls13.git - syntax for composite literals use () instead of {} - do not permit + for array concatenation anymore (not implemented and not a good idea) - document that unsafe function results are compile time constants - fixed minor typos DELTA=41 (7 added, 11 deleted, 23 changed) OCL=24899 CL=24927 --- diff --git a/doc/go_spec.txt b/doc/go_spec.txt index 7417e03c40..d17b126cb2 100644 --- a/doc/go_spec.txt +++ b/doc/go_spec.txt @@ -1,7 +1,7 @@ The Go Programming Language Specification (DRAFT) ---- -Robert Griesemer, Rob Pike, Ken Thompson +Russ Cox, Robert Griesemer, Rob Pike, Ian Taylor, Ken Thompson (February 11, 2009) @@ -19,6 +19,7 @@ Any part may change substantially as design progresses.