1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/lib/reflect
Rob Pike 9a7332fb5b remove the "open" concept from reflect and go with slices and arrays.
the two still share an interface and Kind; that's probably ok but might be worth revisiting.

R=rsc
DELTA=74  (1 added, 8 deleted, 65 changed)
OCL=23416
CL=23418
2009-01-23 15:56:04 -08:00
..
all_test.go remove the "open" concept from reflect and go with slices and arrays. 2009-01-23 15:56:04 -08:00
Makefile use unsafe.pointer in reflection objects 2008-12-09 15:41:21 -08:00
tostring.go remove the "open" concept from reflect and go with slices and arrays. 2009-01-23 15:56:04 -08:00
type.go remove the "open" concept from reflect and go with slices and arrays. 2009-01-23 15:56:04 -08:00
typestring.c add cov, prof to default build; clean up compiler warnings 2008-11-14 10:57:48 -08:00
value.go remove the "open" concept from reflect and go with slices and arrays. 2009-01-23 15:56:04 -08:00