1
0
mirror of https://github.com/golang/go synced 2024-10-03 19:31:21 -06:00
go/src/pkg/reflect
Russ Cox a439f66228 add test, fix bug: structs that differ in their
first field were not being handled correctly
because the visited map did not include the type.

R=r
OCL=31006
CL=31006
2009-07-01 16:45:09 -07:00
..
all_test.go add test, fix bug: structs that differ in their 2009-07-01 16:45:09 -07:00
deepequal.go add test, fix bug: structs that differ in their 2009-07-01 16:45:09 -07:00
Makefile mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
tostring.go style police: parens in if, for, switch, range 2009-06-24 20:12:50 -07:00
type.go style police: parens in if, for, switch, range 2009-06-24 20:12:50 -07:00
typestring.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
value.go add test, fix bug: structs that differ in their 2009-07-01 16:45:09 -07:00