From b79488e994d3f2fabb86b08195516782ee5017c5 Mon Sep 17 00:00:00 2001 From: Vartan Benohanian Date: Tue, 25 Aug 2020 19:58:03 -0400 Subject: [PATCH] Add Go report card badge in readme Signed-off-by: Vartan Benohanian --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8da7bac..4cb949b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # go-reddit [![Actions Status](https://github.com/vartanbeno/go-reddit/workflows/tests/badge.svg)](https://github.com/vartanbeno/go-reddit/actions) +[![Go Report Card](https://goreportcard.com/badge/github.com/vartanbeno/go-reddit)](https://goreportcard.com/report/github.com/vartanbeno/go-reddit) go-reddit is a Go client library for accessing the Reddit API.