1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/pkg/reflect
Russ Cox b396d1143b reflect: explain StructField.Anonymous field as 'embedded'
The spec mostly uses the term embedded.
It's too late to change the field name but at least fix the docs.

Fixes #4514.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/7235080
2013-02-01 21:01:46 -05:00
..
all_test.go all: set GOMAXPROCS to 1 when counting mallocs 2012-12-01 00:38:01 +08:00
asm_386.s reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
asm_amd64.s reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
asm_arm.s reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
deepequal.go reflect: improve documentation for DeepEqual regarding maps 2012-10-30 14:42:47 -07:00
example_test.go reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
export_test.go reflect: add ArrayOf, ChanOf, MapOf, SliceOf 2012-11-13 13:06:29 -05:00
makefunc.go reflect: add ArrayOf, ChanOf, MapOf, SliceOf 2012-11-13 13:06:29 -05:00
set_test.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
tostring_test.go use new strconv API 2011-12-05 15:48:46 -05:00
type.go reflect: explain StructField.Anonymous field as 'embedded' 2013-02-01 21:01:46 -05:00
value.go reflect: document that Value.Slice panics on an unaddressable array. 2013-02-01 10:02:23 -08:00