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

docs: readme empty result example typo #34

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -118,8 +118,8 @@ issues1, _, repo1Err := c.Issues.ListByRepo(ctx, "owner1", "repo1", &github.Issu

issues2, _, repo2Err := c.Issues.ListByRepo(ctx, "owner1", "repo2", &github.IssueListByRepoOptions{})

// len(issues1) == 0
// repo1Err == nil
// len(issues2) == 0
// repo2Err == nil
```

## Mocking errors from the API
Expand Down Expand Up @@ -226,4 +226,4 @@ Thanks for all ideas and feedback from the folks in [go-github](https://github.c

# License

This library is distributed under the MIT License found in LICENSE.
This library is distributed under the MIT License found in LICENSE.