]> Cypherpunks repositories - gostls13.git/commit
- FieldByName lookup through anonymous fields
authorRobert Griesemer <gri@golang.org>
Wed, 5 Aug 2009 22:56:44 +0000 (15:56 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 5 Aug 2009 22:56:44 +0000 (15:56 -0700)
commita2880958134de8c5acfdd52449906278374931b2
treeadc5c7fd097b41c24adee9429bb45cd37883a9ff
parent3355cadf3f25f954302f42c898604c201ffbb435
- FieldByName lookup through anonymous fields
- FieldByIndex
- changed StructField.Index type from int -> []int
- adjustments to reflect clients

R=rsc,r
DELTA=336  (263 added, 47 deleted, 26 changed)
OCL=32731
CL=32802
src/pkg/datafmt/datafmt.go
src/pkg/json/struct.go
src/pkg/reflect/all_test.go
src/pkg/reflect/type.go
src/pkg/reflect/value.go
src/pkg/template/template.go