1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:31:22 -06:00
go/src/pkg/reflect
Russ Cox 2050a9e478 build: remove Make.pkg, Make.tool
Consequently, remove many package Makefiles,
and shorten the few that remain.

gomake becomes 'go tool make'.

Turn off test phases of run.bash that do not work,
flagged with $BROKEN.  Future CLs will restore these,
but this seemed like a big enough CL already.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5601057
2012-01-30 23:43:46 -05:00
..
all_test.go gc: don't emit pkgpath for error type. 2012-01-20 09:26:17 +11: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 reflect: add comment about Type.Field allocation 2012-01-27 16:11:17 -05:00
value.go reflect: fix Slice cap 2011-12-12 19:45:40 -02:00