From 7a8a5d7145aba00621fbd51b05c5e4547453e640 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 30 May 2018 18:07:28 +0900 Subject: [PATCH] Added Go report card --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d388f631..29b2a3ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Installation [![Godoc reference][godoc-image]][godoc-url] +[![Go report card][goreportcard-image]][goreportcard-url] [![Build status][travis-image]][travis-url] ## Prerequisites @@ -28,5 +29,7 @@ curl -s https://raw.githubusercontent.com/animenotifier/notify.moe/go/install.sh [godoc-image]: https://godoc.org/github.com/animenotifier/notify.moe?status.svg [godoc-url]: https://godoc.org/github.com/animenotifier/notify.moe +[goreportcard-image]: https://goreportcard.com/badge/github.com/animenotifier/notify.moe +[goreportcard-url]: https://goreportcard.com/report/github.com/animenotifier/notify.moe [travis-image]: https://travis-ci.org/animenotifier/notify.moe.svg?branch=go [travis-url]: https://travis-ci.org/animenotifier/notify.moe