]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/api: don't try to parse JSON from stderr of go list
authorIan Lance Taylor <iant@golang.org>
Thu, 7 Sep 2023 20:57:23 +0000 (13:57 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 7 Sep 2023 23:30:03 +0000 (23:30 +0000)
commit834a6f9a338b25543cb736ebef03488e8d30a839
treef722d10f4d0a985d770510a470237f4da082b4a0
parent1d538f198dd3da072d00e3dca70c28c40bbde87e
cmd/api: don't try to parse JSON from stderr of go list

Just send the go list stderr to our stderr.

Change-Id: Iacda573bbe7accbcecb6a957e5d42b55afd10c58
Reviewed-on: https://go-review.googlesource.com/c/go/+/526775
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/api/main_test.go