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

Add Fprint, Fprintf, Fprintln to NoErrorCheck whitelist #147

Closed
wants to merge 1 commit into from

Conversation

uudashr
Copy link

@uudashr uudashr commented Dec 17, 2017

I think add Fprint* is a good idea.
I'm using it to handle error such as:

if err != nil {
  fmt.Fprintln(os.Stderr, "Oops:", err)
  os.Exit(1)
}

@uudashr
Copy link
Author

uudashr commented Dec 27, 2017

@gcmurphy please check

@gcmurphy
Copy link
Member

gcmurphy commented Jan 5, 2018

Can you rebase your change on the laster master?

@ccojocar
Copy link
Member

ccojocar commented Feb 7, 2018

Rebased on PR-166. This can be closed.

@gcmurphy
Copy link
Member

gcmurphy commented Feb 8, 2018

Close. Thanks for contribution.

@gcmurphy gcmurphy closed this Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants