go/src/encoding/gob
Dominik Honnef b2cf571040 all: delete dead test code
This deletes unused code and helpers from tests.

Change-Id: Ie31d46115f558ceb8da6efbf90c3c204e03b0d7e
Reviewed-on: https://go-review.googlesource.com/20927
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-21 07:10:08 +00:00
..
codec_test.go all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
debug.go all: single space after period. 2016-03-02 00:13:47 +00:00
dec_helpers.go encoding/gob: reduce the amount of memory allocations. 2015-11-25 17:01:25 +00:00
decgen.go encoding/gob: reduce the amount of memory allocations. 2015-11-25 17:01:25 +00:00
decode.go all: single space after period. 2016-03-02 00:13:47 +00:00
decoder.go all: single space after period. 2016-03-02 00:13:47 +00:00
doc.go encoding/gob: document behavior of zero-valued arrays, slices, and maps 2015-12-07 20:41:31 +00:00
dump.go
enc_helpers.go encoding/gob: custom array/slice decoders 2014-10-17 12:37:41 -07:00
encgen.go encoding/gob: custom array/slice decoders 2014-10-17 12:37:41 -07:00
encode.go all: single space after period. 2016-03-02 00:13:47 +00:00
encoder.go all: single space after period. 2016-03-02 00:13:47 +00:00
encoder_test.go all: delete dead test code 2016-03-21 07:10:08 +00:00
error.go all: single space after period. 2016-03-02 00:13:47 +00:00
example_encdec_test.go
example_interface_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
example_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
gobencdec_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
timing_test.go encoding/gob: reduce the amount of memory allocations. 2015-11-25 17:01:25 +00:00
type.go all: single space after period. 2016-03-02 00:13:47 +00:00
type_test.go