1
0
mirror of https://github.com/golang/go synced 2024-11-06 13:36:12 -07:00
go/src/encoding/json
Bryan Mills 6e8b7e4f42 Revert "all: add a handful of fuzz targets"
This reverts CL 352109.

Reason for revert: causing OOM failures on several builders, and may cause OOMs for end users with small machines as well.

Change-Id: I58308d09919969d5a6512ee5cee6aa5c4af6769b
Reviewed-on: https://go-review.googlesource.com/c/go/+/377934
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Trust: Katie Hockman <katie@golang.org>
2022-01-12 15:53:47 +00:00
..
testdata
bench_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
decode_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
decode.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
encode_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
encode.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
example_marshaling_test.go
example_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
example_text_marshaling_test.go
fold_test.go
fold.go
fuzz.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
indent.go encoding/json: improve performance of Compact 2019-10-27 16:02:29 +00:00
number_test.go
scanner_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
scanner.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
stream_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
stream.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
tables.go
tagkey_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
tags_test.go
tags.go all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00