Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go/tools/builders: don't format subcommand output as []byte #2766

Merged
merged 1 commit into from Dec 22, 2020

Conversation

jayconrod
Copy link
Contributor

Use os.Stderr.Write instead of fmt.Fprint. The latter formats the
value as a []byte, not a string.

(This was due to my own bad review comment on #2736. Sorry.)

Use os.Stderr.Write instead of fmt.Fprint. The latter formats the
value as a []byte, not a string.

(This was due to my own bad review comment on bazelbuild#2736. Sorry.)
@google-cla google-cla bot added the cla: yes label Dec 21, 2020
@jayconrod jayconrod merged commit d6c4376 into bazelbuild:master Dec 22, 2020
@jayconrod jayconrod deleted the fix-verbose-stderr branch December 22, 2020 18:08
jayconrod pushed a commit that referenced this pull request Dec 23, 2020
Use os.Stderr.Write instead of fmt.Fprint. The latter formats the
value as a []byte, not a string.

(This was due to my own bad review comment on #2736. Sorry.)
jayconrod pushed a commit that referenced this pull request Dec 23, 2020
Use os.Stderr.Write instead of fmt.Fprint. The latter formats the
value as a []byte, not a string.

(This was due to my own bad review comment on #2736. Sorry.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant