-
Notifications
You must be signed in to change notification settings - Fork 1
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 GolanCI unchecked-error cries #19
Conversation
mongo/collection_test.go
Outdated
|
||
hits := []int{} | ||
for _, r := range findResults { | ||
dbItem := r.(*item) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error return value is not checked
mongo/collection_test.go
Outdated
|
||
hits := []int{} | ||
for _, r := range findResults { | ||
dbItem := r.(*item) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error return value is not checked
mongo/collection_test.go
Outdated
|
||
hits := []int{} | ||
for _, r := range findResults { | ||
dbItem := r.(*item) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error return value is not checked
89b93ee
to
1d49012
Compare
1d49012
to
bcb38cd
Compare
bors r+ |
Build succeeded |
...keeping the nitpicky guy satisfied