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 error checking in ReleaseDateService's Get method #82

Closed
Henry-Sarabia opened this issue Sep 29, 2020 · 1 comment
Closed

Fix error checking in ReleaseDateService's Get method #82

Henry-Sarabia opened this issue Sep 29, 2020 · 1 comment
Assignees
Labels

Comments

@Henry-Sarabia
Copy link
Owner

igdb/releasedate_test.go

Lines 24 to 26 in 1a22d94

err = json.Unmarshal(f, &init)
var tests = []struct {

This error should be checked but it is not.

Check the error.

@Henry-Sarabia
Copy link
Owner Author

This issue extends to ReleaseDateService's Index and List methods as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant