1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/reflect
Russ Cox 6a75ece01c runtime: delete Type and implementations (use reflect instead)
unsafe: delete Typeof, Reflect, Unreflect, New, NewArray

Part of issue 2955 and issue 2968.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5650069
2012-02-12 23:26:20 -05:00
..
all_test.go runtime: delete UpdateMemStats, replace with ReadMemStats(&stats). 2012-02-06 19:16:26 +01:00
deepequal.go reflect: empty slice/map is not DeepEqual to nil 2011-11-14 16:11:15 -05:00
set_test.go reflect: rename Typeof, NewValue -> TypeOf, ValueOf 2011-04-25 13:39:16 -04:00
tostring_test.go use new strconv API 2011-12-05 15:48:46 -05:00
type.go runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00
value.go runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00