From 2a838d642474a600c2b4ba74fe6ede72f1033d30 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 8 Feb 2011 13:31:01 -0800 Subject: [PATCH] go spec: clarification re: method sets of newly declared pointer types - added an example to Type declarations section clarifying the situation brought up with issue 1324 - slightly re-ordered paragraphs in Types section - added separate heading for method set section and refer to it from elsewhere in the spec - no language changes R=rsc, r, iant, ken2, r2 CC=golang-dev https://golang.org/cl/4145043 --- doc/go_spec.html | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 79548be40b..96d85a49a7 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +