From 7471eab96f3a842cff4b65316c1d8ecf6f19cad5 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 27 Jan 2009 14:51:24 -0800 Subject: [PATCH] - added missing sections on comparisons for some types - clarified legal map key types (must support comparison) - updated open issues/todo list R=r DELTA=81 (48 added, 19 deleted, 14 changed) OCL=23580 CL=23621 --- doc/go_spec.txt | 100 +++++++++++++++++++++++++++++------------------- 1 file changed, 60 insertions(+), 40 deletions(-) diff --git a/doc/go_spec.txt b/doc/go_spec.txt index b5dd2b46215..15a3512ef27 100644 --- a/doc/go_spec.txt +++ b/doc/go_spec.txt @@ -3,7 +3,7 @@ The Go Programming Language Specification (DRAFT) Robert Griesemer, Rob Pike, Ken Thompson -(January 26, 2009) +(January 27, 2009) ---- @@ -18,23 +18,24 @@ Any part may change substantially as design progresses. ----