]> Cypherpunks repositories - gostls13.git/commit
spec: move Method expr/value section near selectors
authorRobert Griesemer <gri@golang.org>
Thu, 28 Aug 2014 15:53:25 +0000 (08:53 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 28 Aug 2014 15:53:25 +0000 (08:53 -0700)
commitf852034eb0e3f1397d5510b900d8c8dbf8b18746
tree4697829fe0982d1a7392130fafcc3d7b90d827a2
parent1e47854d996ffa42ab3dd50e8094b0b3f8b02bb4
spec: move Method expr/value section near selectors

Preparation for fixing issue 5769 (method selectors
do not auto-dereference): The actual fix may require
some cleanups in all these sections, and syntactically,
method expressions and method values are selector
expressions. Moving them next to each other so that
it's easy to see the actual changes (next CL).

No content changes besides the section moves.

LGTM=iant, rsc
R=r, rsc, iant, ken
CC=golang-codereviews
https://golang.org/cl/132300043
doc/go_spec.html