From 3461d74f9ca0c44ed66c25fdacf0770129905b5e Mon Sep 17 00:00:00 2001 From: Mitul Shah Date: Wed, 26 Mar 2025 11:39:15 +0530 Subject: [PATCH] Update README.md Signed-off-by: Mitul Shah --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8038869..70bfbcd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![license](https://img.shields.io/badge/license-MIT-green)](https://raw.githubusercontent.com/MitulShah1/golang-rest-api-template/main/LICENSE) [![build](https://github.com/MitulShah1/golang-rest-api-template//actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/MitulShah1/golang-rest-api-template/actions/workflows/go.yml) [![codecov](https://codecov.io/github/MitulShah1/golang-rest-api-template/graph/badge.svg?token=88JSRODXSS)](https://codecov.io/github/MitulShah1/golang-rest-api-template) +[![Go Report Card](https://goreportcard.com/badge/github.com/MitulShah1/golang-rest-api-template)](https://goreportcard.com/report/github.com/MitulShah1/golang-rest-api-template) ## Overview This is a template for building production-ready and easily extendible REST API using Go. It follows best practices and includes a standardized project structure with all necessary components for building scalable microservices.