]> Cypherpunks repositories - gostls13.git/commit
remove the "open" concept from reflect and go with slices and arrays.
authorRob Pike <r@golang.org>
Fri, 23 Jan 2009 23:56:04 +0000 (15:56 -0800)
committerRob Pike <r@golang.org>
Fri, 23 Jan 2009 23:56:04 +0000 (15:56 -0800)
commit9a7332fb5bb3287efa5420756c1b79f43937cc14
tree70b8e9ba1512beca6661fa704869d6fcbe069b4c
parent88da39feea6fd61b878d414f6631788c4db273eb
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
src/lib/json/struct.go
src/lib/reflect/all_test.go
src/lib/reflect/tostring.go
src/lib/reflect/type.go
src/lib/reflect/value.go