diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-03-23 02:27:19 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-03-23 02:27:19 -0400 |
commit | 0cd82055c974ef9c64aaaaaddcd56b5f635fe859 (patch) | |
tree | 047799f92076675464a8880e39272b579a1ecaab | |
parent | 79a0f002b14a493304e30340f20f714f91901edc (diff) | |
download | goofbot-0cd82055c974ef9c64aaaaaddcd56b5f635fe859.tar.gz |
README.md: added go report card badge
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index e5007d1..c3cc004 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# goofbot ![gpl-3.0](https://img.shields.io/badge/license-GPLv3-brightgreen.svg "GPL v3") +# goofbot ![gpl-3.0](https://img.shields.io/badge/license-GPLv3-brightgreen.svg "GPL v3") [![Go Report Card](https://goreportcard.com/badge/github.com/gbmor/goofbot)](https://goreportcard.com/report/github.com/gbmor/goofbot) An IRC bot I'm working on to practice Go. |