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 following line of code bitwise ORs os.ModeCharDevice with itself. This is either redundant, or meant to use another variable on the RHS:
return fileInfo.Mode()&(os.ModeCharDevice|os.ModeCharDevice) != 0
/src/github.com/ChimeraCoder/gojson/gojson/gojson.go:105:26: identical expressions on the left and right side of the '|' operator
The text was updated successfully, but these errors were encountered:
Thanks for catching this! @jmervine - do you happen to remember what you meant here?
Sorry, something went wrong.
I don't and am traveling out of the country on vacation for the next two weeks. I'd be happy to look when I get back.
No branches or pull requests
The following line of code bitwise ORs os.ModeCharDevice with itself. This is either redundant, or meant to use another variable on the RHS:
The text was updated successfully, but these errors were encountered: