1
0
mirror of https://github.com/golang/go synced 2024-11-14 09:00:21 -07:00
go/src/encoding
Daniel Martí 516e6f6d5d all: remove some unused parameters in test code
Mostly unnecessary *testing.T arguments.

Found with github.com/mvdan/unparam.

Change-Id: Ifb955cb88f2ce8784ee4172f4f94d860fa36ae9a
Reviewed-on: https://go-review.googlesource.com/41691
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-04-25 14:38:10 +00:00
..
ascii85 all: single space after period. 2016-03-02 00:13:47 +00:00
asn1 encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULL 2017-04-24 22:23:56 +00:00
base32 all: single space after period. 2016-03-02 00:13:47 +00:00
base64 encoding/base64: Optimize DecodeString 2017-04-24 22:40:23 +00:00
binary cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw 8 on AMD64 2017-02-14 22:17:08 +00:00
csv encoding/csv: document Read error behavior 2016-10-28 19:38:12 +00:00
gob all: remove some unused parameters in test code 2017-04-25 14:38:10 +00:00
hex encoding/hex: change lookup table back to string 2017-04-18 18:16:08 +00:00
json encoding/json: reduce unmarshal mallocs for unmapped fields 2017-03-20 23:58:56 +00:00
pem encoding/pem: yet another fuzz fake failure 2017-04-03 18:46:56 +00:00
xml encoding/xml: unmarshal allow empty, non-string values 2017-03-22 23:33:36 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00