]> Cypherpunks repositories - gostls13.git/commit
cmd/go: send all go build -n output to stderr
authorDominik Honnef <dominik@honnef.co>
Sun, 8 Nov 2015 19:27:14 +0000 (20:27 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 8 Nov 2015 21:26:17 +0000 (21:26 +0000)
commit3953c1d84f2671615e842cb402e1aec6667530aa
tree66128ec4993ff7d4b4cc6459848919a564102676
parent2ffdbd7ce495865145961a0c98dee963eb4bcc21
cmd/go: send all go build -n output to stderr

Also change a -v print, for consistency.

Fixes #12913

Change-Id: I6cc067d9f8dac66b1f9d1a675e0fbe0528371d0d
Reviewed-on: https://go-review.googlesource.com/16737
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/build.go