]> Cypherpunks repositories - gostls13.git/commit
cmd/go: allow users to specify required fields in JSON output
authorMichael Matloob <matloob@golang.org>
Wed, 26 Jan 2022 20:31:20 +0000 (15:31 -0500)
committerMichael Matloob <matloob@golang.org>
Wed, 2 Mar 2022 18:04:10 +0000 (18:04 +0000)
commitec4687f337465b719efdeef72b357fa0b05879bb
tree3d9dbe020902f8931c33057761efd2863a5c56dd
parent6c6a8fb702fcf3c2d23dc68976a831b2bdcad03e
cmd/go: allow users to specify required fields in JSON output

For #29666

Change-Id: Ibae3d75bb2c19571c8d473cb47d6c4b3a880bba8
Reviewed-on: https://go-review.googlesource.com/c/go/+/381035
Trust: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/list/list.go
src/cmd/go/testdata/script/list_json_fields.txt [new file with mode: 0644]