go/src/encoding/gob
Daniel Martí 8da180f6ca all: remove some unused return parameters
As found by unparam. Picked the low-hanging fruit, consisting only of
errors that were always nil and results that were never used. Left out
those that were useful for consistency with other func signatures.

Change-Id: I06b52bbd3541f8a5d66659c909bd93cb3e172018
Reviewed-on: https://go-review.googlesource.com/102418
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-03-24 19:44:47 +00:00
..
codec_test.go encoding/gob: work around TestFuzzOneByte panic 2018-03-09 18:29:21 +00:00
debug.go encoding/gob: fix Debug to properly print uint 2017-08-25 10:22:07 +00:00
dec_helpers.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
decgen.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
decode.go all: remove some unused return parameters 2018-03-24 19:44:47 +00:00
decoder.go all: join some chained ifs to unindent code 2017-08-29 20:57:41 +00:00
doc.go encoding/gob: fix a typo in the package documentation 2017-10-08 18:11:32 +00:00
dump.go
enc_helpers.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
encgen.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
encode.go encoding/gob: replace RWMutex usage with sync.Map 2017-04-27 15:34:57 +00:00
encoder.go encoding/gob: error out instead of panicking on nil dereference 2016-08-19 21:54:39 +00:00
encoder_test.go encoding/gob: add Encode-Decode Int slices tests 2017-03-13 20:22:39 +00:00
error.go all: remove redundant returns 2017-04-19 20:03:51 +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 time: record monotonic clock reading in time.Now, for more accurate comparisons 2017-02-03 19:04:52 +00:00
timing_test.go encoding/gob: use MakeMapWithSize when decoding map 2017-05-03 02:43:40 +00:00
type.go encoding/gob: replace RWMutex usage with sync.Map 2017-04-27 15:34:57 +00:00
type_test.go encoding/gob: avoid race on idToType 2018-01-04 02:17:33 +00:00