]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: delete showOutput, formatOutput, and processOutput
authorAustin Clements <austin@google.com>
Sun, 17 Sep 2023 22:20:11 +0000 (18:20 -0400)
committerAustin Clements <austin@google.com>
Wed, 18 Oct 2023 14:06:37 +0000 (14:06 +0000)
commit045ce51b056429f5872fc6c41764111be0f39e8f
tree37925a7e7cdeb6f4d82f10ef6269b674ef95d218
parent7ee9980105f607641fb2d594f01a253e48abb1f4
cmd/go: delete showOutput, formatOutput, and processOutput

This functions have been replaced with Builder.reportCmd.

For #62067.

Change-Id: Ifeccee720b3da3dc44c49fe11da1eca7b5f46551
Reviewed-on: https://go-review.googlesource.com/c/go/+/529220
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/go/internal/work/exec.go