1
0
mirror of https://github.com/golang/go synced 2024-11-13 20:00:23 -07:00
go/src/encoding
Marvin Stenger abd7ba026d encoding/json: remove superfluous comment
Remove an old comment introduced in golang.org/cl/9073.

Change-Id: I14be27ddfac987f44d839920bc4d02361a576f06
Reviewed-on: https://go-review.googlesource.com/66371
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-09-27 14:06:41 +00:00
..
ascii85 encoding/ascii85: make bigtest big again 2017-06-23 14:28:30 +00:00
asn1 all: fix article typos 2017-09-15 02:39:16 +00:00
base32 encoding/base32: improve performance in common case 2017-08-14 18:51:14 +00:00
base64 encoding: fix endless loop in TestDecoderBuffering 2017-06-16 14:53:17 +00:00
binary encoding/binary: add example for Read multi 2017-08-12 01:17:13 +00:00
csv encoding/csv: preserve \r\n in quoted fields 2017-08-14 18:42:20 +00:00
gob all: join some chained ifs to unindent code 2017-08-29 20:57:41 +00:00
hex encoding/hex: save allocation in DecodeString() 2017-08-15 14:35:34 +00:00
json encoding/json: remove superfluous comment 2017-09-27 14:06:41 +00:00
pem all: prefer bytes.IndexByte over bytes.Index 2017-09-27 01:09:13 +00:00
xml all: prefer strings.LastIndexByte over strings.LastIndex 2017-09-27 00:54:24 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00