Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
d3666a4c
Unverified
Commit
d3666a4c
authored
Dec 22, 2018
by
Sander van Harmelen
Committed by
GitHub
Dec 22, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #532 from ticketmaster/master
handle paginated results that are only one page
parents
52d66482
5dbc6f7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pagination.go
examples/pagination.go
+1
-1
No files found.
examples/pagination.go
View file @
d3666a4c
...
...
@@ -30,7 +30,7 @@ func pagination() {
}
// Exit the loop when we've seen all pages.
if
opt
.
Page
>=
resp
.
TotalPages
{
if
resp
.
Current
Page
>=
resp
.
TotalPages
{
break
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment