diff --git a/github/issues.go b/github/issues.go index 3a2103b..5d40751 100644 --- a/github/issues.go +++ b/github/issues.go @@ -69,6 +69,9 @@ type IssueListOptions struct { // Since filters issues by time. Since time.Time + + // For paginated result sets, page of results to retrieve. + Page int } // List the issues for the authenticated user. If all is true, list issues