Skip to content

This repo will keep all the different pagination options in Go

Notifications You must be signed in to change notification settings

ramonmacias/go-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

go-pagination

This repo will keep all the different pagination options in Go

One of the most common feature when you work on API services is how to deal with pagination on the server side. The aim of this repository is to try to have an implementation of the different kind of paginations we have in Go.

Limit/Offset

The most basic pagination is limit/offset pagination, please check this package for see an implementation about it limit-offset

About

This repo will keep all the different pagination options in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages