From: Robert Griesemer Date: Fri, 3 Oct 2008 21:04:28 +0000 (-0700) Subject: - precise scope rules X-Git-Tag: weekly.2009-11-06~3052 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=347cf67a8534b301588822489590b1f4667e4aed;p=gostls13.git - precise scope rules - clarified naming of invisible fields - fixed syntax of expression statements R=r DELTA=70 (33 added, 4 deleted, 33 changed) OCL=16424 CL=16439 --- diff --git a/doc/go_spec.txt b/doc/go_spec.txt index ec905624f8..b8fe40b25b 100644 --- a/doc/go_spec.txt +++ b/doc/go_spec.txt @@ -4,7 +4,7 @@ The Go Programming Language Specification (DRAFT) Robert Griesemer, Rob Pike, Ken Thompson ---- -(October 2 2008) +(October 3 2008) This document is a semi-formal specification of the Go systems @@ -18,8 +18,6 @@ Any part may change substantially as design progresses.