1
0
mirror of https://github.com/golang/go synced 2024-10-05 08:21:22 -06:00
go/src/pkg/datafmt
Robert Griesemer a288095813 - 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
2009-08-05 15:56:44 -07:00
..
datafmt_test.go update remaining files to match new scanner/parser interface 2009-07-14 10:46:18 -07:00
datafmt.go - FieldByName lookup through anonymous fields 2009-08-05 15:56:44 -07:00
Makefile mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
parser.go update remaining files to match new scanner/parser interface 2009-07-14 10:46:18 -07:00