cmd/vet: help should print only to stdout #31885
Closed
Milestone
Comments
Change https://golang.org/cl/175900 mentions this issue: |
Also we need to vendor-in the changed code to really fix the issue. |
gopherbot
pushed a commit
to golang/tools
that referenced
this issue
May 10, 2019
Previously help for flags was printed to stderr. This CL makes all the output to be printed to stdout. Updates golang/go#31885 Change-Id: If95edeccd79581326502dd5c7fc2b49d8f160be7 Reviewed-on: https://go-review.googlesource.com/c/tools/+/175900 Reviewed-by: Ian Cottrell <iancottrell@google.com> Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Change https://golang.org/cl/176617 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
go tool vet help
prints half its output to stdout and half to stderr. All output should go to one place, and that place is stdout./cc @matloob @ianthehat
The text was updated successfully, but these errors were encountered: