1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:31:22 -06:00
go/src/pkg/reflect
Russ Cox 2666b815a3 use new strconv API
All but 3 cases (in gcimporter.go and hixie.go)
are automatic conversions using gofix.

No attempt is made to use the new Append functions
even though there are definitely opportunities.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5447069
2011-12-05 15:48:46 -05:00
..
all_test.go gc: use gofmt spacing when printing map type 2011-12-02 14:45:07 -05:00
deepequal.go reflect: empty slice/map is not DeepEqual to nil 2011-11-14 16:11:15 -05:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04: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: prep for type-specific algorithms 2011-12-05 09:40:22 -05:00
value.go reflect: make Value an opaque struct 2011-11-16 19:18:25 -05:00