From 717234e25ca503e6f352dbc135f1be7a0e759456 Mon Sep 17 00:00:00 2001 From: Manuel Doncel Martos Date: Thu, 14 Nov 2024 15:23:42 +0100 Subject: [PATCH] adding go report --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24a43d6..a6e0860 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Go](https://github.com/manuelarte/milogo/actions/workflows/go.yml/badge.svg)](https://github.com/manuelarte/milogo/actions/workflows/go.yml) ![coverage](https://raw.githubusercontent.com/manuelarte/milogo/badges/.badges/main/coverage.svg) +[![Go Report Card](https://goreportcard.com/badge/github.com/manuelarte/milogo)](https://goreportcard.com/report/github.com/manuelarte/milogo) ![version](https://img.shields.io/github/v/release/manuelarte/milogo) # Milogo Rest Partial Response (aka Field Selection) Pattern middleware for [Gin](https://gin-gonic.com/). This gin plugin allows you to select a subset of fields to be returned from your endpoints.