From: Robert Griesemer Date: Thu, 11 Jan 2018 18:41:03 +0000 (-0800) Subject: spec: remove example explaining that type B0 and B0 are identical X-Git-Tag: go1.10rc1~46 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c13e0e8ceed4395e9ec8176579346ca6a5db269f;p=gostls13.git spec: remove example explaining that type B0 and B0 are identical Every few months we get a new error report claiming that there is a typo in the spec related to this specific example. Clearly, the fact that two types with the same identifier are identical seems exceedingly obvious to readers; thus the example seems not worth the trouble. Removing it. For #9226. For #22202. For #22495. For #23096. For #23409. There may be more. Change-Id: I003ba79dc460ffb028a4ecb5f29efd60f2551912 Reviewed-on: https://go-review.googlesource.com/87417 Reviewed-by: Brad Fitzpatrick Reviewed-by: Rob Pike Reviewed-by: Ian Lance Taylor Reviewed-by: Matthew Dempsky --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 0f55b075a6..f009ec0054 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -1495,7 +1495,7 @@ A2 and struct{ a, b int } A3 and int A4, func(int, float64) *[]string, and A5 -B0, B0, and C0 +B0 and C0 []int and []int struct{ a, b *T5 } and struct{ a, b *T5 } func(x int, y float64) *[]string, func(int, float64) (result *[]string), and A5