From 2d829e10d6618a5388f9910e3e6168ff8d2b2fc7 Mon Sep 17 00:00:00 2001 From: Alexandru-Paul Copil Date: Sun, 19 Jan 2020 14:23:03 +0000 Subject: [PATCH] Add err != nil badge count in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e0ceb27..f4a007d9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ [![Sourcegraph](https://sourcegraph.com/github.com/gin-gonic/gin/-/badge.svg)](https://sourcegraph.com/github.com/gin-gonic/gin?badge) [![Open Source Helpers](https://www.codetriage.com/gin-gonic/gin/badges/users.svg)](https://www.codetriage.com/gin-gonic/gin) [![Release](https://img.shields.io/github/release/gin-gonic/gin.svg?style=flat-square)](https://github.com/gin-gonic/gin/releases) +[![err != nil](https://img.shields.io/endpoint?url=https%3A%2F%2Ferrnil.cpl.li%2Fapi%2Fbadge%3Frepo%3Dgithub.com%252Fgin-gonic%252Fgin%26style%3Dflat)](https://errnil.cpl.li/api/inspect?repo=github.com/gin-gonic/gin) Gin is a web framework written in Go (Golang). It features a martini-like API with performance that is up to 40 times faster thanks to [httprouter](https://github.com/julienschmidt/httprouter). If you need performance and good productivity, you will love Gin.