Skip to content

Commit

Permalink
chore/readme-badges
Browse files Browse the repository at this point in the history
  • Loading branch information
webstradev authored Dec 28, 2022
1 parent a8267bc commit 4a3e594
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# gin-pagination
Simple pagination middleware for the gin framework
[![Run Tests](https://github.com/webstradev/gin-pagination/actions/workflows/test.yml/badge.svg)](https://github.com/webstradev/gin-pagination/actions/workflows/test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/webstradev/gin-pagination)](https://goreportcard.com/report/github.com/webstradev/gin-pagination)

Simple pagination middleware for the gin framework. Allows for the usage of url parameters like `?page=1&size=25` to paginate data on your API.

## Installation
```bash
Expand Down

0 comments on commit 4a3e594

Please sign in to comment.