From 5e92fb20b8eb83edee092ab3b28c4dd8035f3632 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 1 Oct 2008 17:21:19 -0700 Subject: [PATCH] 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 --- doc/go_spec.txt | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/go_spec.txt b/doc/go_spec.txt index 0e38d21d2f3..3ab38bb36ef 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.