El Met

Be nil my friend

Limit/Offset

An implementation of limit/offset pagination in Go

The computer was born to solve problems that did not exist before. – Bill Gates Pagination One of the most common feature that we will face at some point as a backend engineer, is how to deal with pagination on the server side. Exists different ways for implement that, and as you can imagine, each one has it good and bad points. On this post I will try to implement the most basic one in Go.