]> Cypherpunks repositories - gostls13.git/commit
spec: remove example explaining that type B0 and B0 are identical
authorRobert Griesemer <gri@golang.org>
Thu, 11 Jan 2018 18:41:03 +0000 (10:41 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 11 Jan 2018 21:04:11 +0000 (21:04 +0000)
commitc13e0e8ceed4395e9ec8176579346ca6a5db269f
treedb5285b24461d9ee983f7110acb31678bb07918c
parentfe49d100e465501557c58448c3eb4c7b9a92d0b3
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 <bradfitz@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
doc/go_spec.html