From: Robert Griesemer Date: Thu, 2 Oct 2008 00:21:19 +0000 (-0700) Subject: Clarifications re: anonymous fields in structs: X-Git-Tag: weekly.2009-11-06~3060 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5e92fb20b8eb83edee092ab3b28c4dd8035f3632;p=gostls13.git Clarifications re: anonymous fields in structs: - typename cannot refer to interface types - clarified syntax - added TODO re: type name issue with qualified identifiers Changed/fixed order of operators/keywords. R=r DELTA=10 (3 added, 0 deleted, 7 changed) OCL=16337 CL=16339 --- diff --git a/doc/go_spec.txt b/doc/go_spec.txt index 0e38d21d2f..3ab38bb36e 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 ---- -(September 30, 2008) +(October 1 2008) This document is a semi-formal specification of the Go systems @@ -18,6 +18,8 @@ Any part may change substantially as design progresses.