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

fix ErrEventOverflow as per golint warning. #247

Closed
wants to merge 3 commits into from

Conversation

gmccue
Copy link

@gmccue gmccue commented May 25, 2018

What does this pull request do?

Simple comment text update. Fixes golint warning: https://goreportcard.com/report/github.com/fsnotify/fsnotify#golint

Where should the reviewer start?

Install and run golint

How should this be manually tested?

With the eyes.

Copy link
Contributor

@nhooyr nhooyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contributing.

@@ -62,5 +62,5 @@ func (e Event) String() string {
return fmt.Sprintf("%q: %s", e.Name, e.Op.String())
}

// Common errors that can be reported by a watcher
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this comment is meant for multiple errors. Could you change the comment to ErrEventOverflow can be reported by a watcher.

@cpuguy83
Copy link
Contributor

cpuguy83 commented Mar 8, 2019

Ah, sorry I fixed this as part of #284 (golint would not even run on CI for go1.8).
Thanks! 🙇 😇

@cpuguy83 cpuguy83 closed this Mar 8, 2019
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