From 1011d06d0486f1108a579f9d13e17e4ff8d48918 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Tue, 30 Jul 2013 16:14:04 -0700 Subject: [PATCH] Add Page to IssueListOptions Refs #22 --- github/issues.go | 3 +++ 1 file changed, 3 insertions(+) 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