aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/fuzz.go
AgeCommit message (Expand)Author
2023-02-27encoding/json: remove legacy fuzz.go fileJoe Tsai
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-08-18encoding/json: fix format string in the Fuzz funcDmitry Vyukov
2019-04-29encoding/json: add a Fuzz functionRomain Baugue