]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't add detail to errPrintedOutput
authorRuss Cox <rsc@golang.org>
Fri, 16 Mar 2012 20:35:16 +0000 (16:35 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 16 Mar 2012 20:35:16 +0000 (16:35 -0400)
commitcf0cbfd21a925b39273454c030263b5f9dfab952
tree4a5cb1d966ba82bc7ae4407238e9927a8c52d8bb
parent367557cd79ffb5ff82d9d21c2e8098d95083b3c0
cmd/go: don't add detail to errPrintedOutput

This makes the last error-reporting CL a bit less
aggressive.  errPrintedOutput is a sentinel value
that should not be wrapped.

R=gri
CC=golang-dev
https://golang.org/cl/5845052
src/cmd/go/build.go