1
0
mirror of https://github.com/golang/go synced 2024-11-14 09:20:28 -07:00
go/src/encoding/json
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
..
testdata all: zero mtimes in testdata gz files 2016-03-25 04:02:36 +00:00
bench_test.go encoding/json: parallelize most benchmarks 2017-04-26 19:23:06 +00:00
decode_test.go all: prefer bytes.IndexByte over bytes.Index 2017-09-27 01:09:13 +00:00
decode.go all: remove some double spaces from comments 2017-08-26 15:09:09 +00:00
encode_test.go encoding/json: ignore embedded fields of pointers to unexported non-structs 2017-07-22 01:29:58 +00:00
encode.go encoding/json: cleanup detection of unexported embedded fields 2017-09-23 00:33:34 +00:00
example_marshaling_test.go encoding/json: example on MarshalJSON, UnmarshalJSON 2016-11-03 20:18:52 +00:00
example_test.go encoding/json: update documentation for MarshalIndent 2017-09-12 18:12:24 +00:00
fold_test.go
fold.go all: link to https for golang subdomains too 2015-07-12 04:42:40 +00:00
indent.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
number_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
scanner_test.go encoding/json: add Valid for checking validity of input bytes 2017-02-07 23:48:44 +00:00
scanner.go encoding/json: add Valid for checking validity of input bytes 2017-02-07 23:48:44 +00:00
stream_test.go encoding/json: parallelize most benchmarks 2017-04-26 19:23:06 +00:00
stream.go encoding/json: remove superfluous comment 2017-09-27 14:06:41 +00:00
tables.go encoding/json: Use a lookup table for safe characters 2016-09-08 18:02:34 +00:00
tagkey_test.go encoding/json: explicitly document and test "-" key tag 2016-10-06 14:42:16 +00:00
tags_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
tags.go all: prefer strings.IndexByte over strings.Index 2017-09-25 17:35:41 +00:00