1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:31:22 -06:00
go/src/pkg/encoding
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
..
ascii85 build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
asn1 all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
base32 encoding/base32: ignore new line characters during decode. 2012-02-03 13:36:38 +11:00
base64 encoding/base64: ignore new line characters during decode. 2012-02-01 19:13:38 +11:00
binary encoding/binary: another attempt to describe the type of Read and Write's data 2012-02-10 09:55:48 +11:00
csv encoding/csv: document ReadAll behavior at EOF 2012-02-08 14:24:04 +11:00
gob runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00
hex encoding/hex: vet the test prints 2012-02-10 09:44:56 +11:00
json encoding/json: document buffering 2012-02-08 13:48:03 -05:00
pem all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
xml time: clean up MarshalJSON, add RFC3339 method 2012-02-07 23:37:25 -05:00