]> Cypherpunks repositories - gostls13.git/commit
make sizes and offsets int, not uint64
authorRob Pike <r@golang.org>
Wed, 5 Nov 2008 18:17:38 +0000 (10:17 -0800)
committerRob Pike <r@golang.org>
Wed, 5 Nov 2008 18:17:38 +0000 (10:17 -0800)
commit554d0aa589c3e90d192ef8904baa154fcb8248ad
tree75d0e41d76a463e328d5be927d3e8400f30b3862
parentbdbb958895e7055e3ecd3f9c75b3d453b0ab7fff
make sizes and offsets int, not uint64
add Value.Interface, to extract an empty interface
that can be converted to a regular Go value of the
appropriate type, if known.

R=rsc
DELTA=49  (2 added, 0 deleted, 47 changed)
OCL=18526
CL=18526
src/lib/reflect/test.go
src/lib/reflect/tostring.go
src/lib/reflect/type.go
src/lib/reflect/value.go