]> Cypherpunks repositories - gostls13.git/commit
reflect: add Kind, remove Int8Type, Int8Value, etc.
authorRuss Cox <rsc@golang.org>
Sun, 20 Jun 2010 19:16:25 +0000 (12:16 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 20 Jun 2010 19:16:25 +0000 (12:16 -0700)
commit45bdf0367ea40dd8724d39f632969135d81b09e1
tree67656e087621a25abf662ee85c6a9fd0a4b586ac
parent9f002f6892fb68c0f6fd504fbf1468f17de77eb6
reflect: add Kind, remove Int8Type, Int8Value, etc.

update other code to match.

R=r
CC=golang-dev
https://golang.org/cl/1680044
25 files changed:
src/cmd/gc/reflect.c
src/pkg/asn1/asn1.go
src/pkg/asn1/common.go
src/pkg/asn1/marshal.go
src/pkg/encoding/binary/binary.go
src/pkg/exp/eval/bridge.go
src/pkg/exp/ogle/process.go
src/pkg/exp/ogle/rruntime.go
src/pkg/fmt/print.go
src/pkg/fmt/scan.go
src/pkg/gob/codec_test.go
src/pkg/gob/decode.go
src/pkg/gob/encode.go
src/pkg/gob/encoder.go
src/pkg/gob/type.go
src/pkg/json/decode.go
src/pkg/json/encode.go
src/pkg/net/dnsmsg.go
src/pkg/reflect/all_test.go
src/pkg/reflect/tostring_test.go
src/pkg/reflect/type.go
src/pkg/reflect/value.go
src/pkg/runtime/type.h
src/pkg/testing/quick/quick.go
src/pkg/xml/read.go