We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The output field of FieldSet is defined as
output
FieldSet
output io.Writer // nil means stderr; use out() accessor
The comment is incorrect since the out method no longer exists; it has been replaced by Output in 99be9cc.
out
Output
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/221383 mentions this issue: flag: update comment to refer to Output, not out
flag: update comment to refer to Output, not out
Sorry, something went wrong.
1178269
No branches or pull requests
The
output
field ofFieldSet
is defined asThe comment is incorrect since the
out
method no longer exists; it has been replaced byOutput
in 99be9cc.The text was updated successfully, but these errors were encountered: