]> Cypherpunks repositories - gostls13.git/commit
reflect: use 'defined' rather than 'named', use 'embedded' rather than 'anonymous'
authorRobert Griesemer <gri@golang.org>
Thu, 10 May 2018 22:17:58 +0000 (15:17 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 10 May 2018 23:19:40 +0000 (23:19 +0000)
commit47be3d49c7d7ff77e675b0d0fb78c05fdb43dee2
treeacc6336e979a46550631e81ba29c9d0dd52a3d5a
parent903f095c1ae3cafc40855662c69722121c42e3a7
reflect: use 'defined' rather than 'named', use 'embedded' rather than 'anonymous'

On the API level this is just an update of the documentation to match
the current spec more closely.

On the implementation side, this is a rename of various unexported names.

For #22005.

Change-Id: Ie5ae32f3b10f003805240efcceab3d0fd373cd51
Reviewed-on: https://go-review.googlesource.com/112717
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/reflect/all_test.go
src/reflect/type.go
src/reflect/value.go