]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use os.ErrProcessDone rather than matching error string
authorIan Lance Taylor <iant@golang.org>
Tue, 5 Oct 2021 22:29:50 +0000 (15:29 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 5 Oct 2021 23:58:29 +0000 (23:58 +0000)
commitac60900759c29d9c06d9fe131825c4677e47d6a1
tree03639440c6382807afabccf14b4e0892ccf4c3c2
parente82ed0cd83cec1e6d15ba5a037f77c0b9f1ec8c2
cmd/go: use os.ErrProcessDone rather than matching error string

Change-Id: Ied57fb6e71d56618d46aeb36a37a709e08b4346e
Reviewed-on: https://go-review.googlesource.com/c/go/+/354136
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/script_test.go