From 5a497fcc73f69bfbd9cdf337ed77a46fad10c1dd Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 12 Dec 2019 10:40:12 +0300 Subject: [PATCH] added goreportcard badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4ed60b..1aafec8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ ## MG Transport Library [![Build Status](https://travis-ci.org/retailcrm/mg-transport-core.svg?branch=master)](https://travis-ci.org/retailcrm/mg-transport-core) [![codecov](https://codecov.io/gh/retailcrm/mg-transport-core/branch/master/graph/badge.svg)](https://codecov.io/gh/retailcrm/mg-transport-core) -[![GoDoc](https://godoc.org/github.com/retailcrm/mg-transport-core/core?status.svg)](https://godoc.org/github.com/retailcrm/mg-transport-core/core) +[![GoDoc](https://godoc.org/github.com/retailcrm/mg-transport-core/core?status.svg)](https://godoc.org/github.com/retailcrm/mg-transport-core/core) +[![Go Report Card](https://goreportcard.com/badge/github.com/retailcrm/mg-transport-core)](https://goreportcard.com/report/github.com/retailcrm/mg-transport-core) This library provides different functions like error-reporting, logging, localization, etc. in order to make it easier to create transports. Usage: ```go