diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-03-28 01:10:21 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-03-28 01:10:21 -0400 |
commit | 6c016c0e3c1fcb329434050489117f303e1775d5 (patch) | |
tree | 383175ca92ffcfafab01628e0bcc67cece606ab8 | |
parent | 0cd82055c974ef9c64aaaaaddcd56b5f635fe859 (diff) | |
download | goofbot-6c016c0e3c1fcb329434050489117f303e1775d5.tar.gz |
golangci added to readme
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index c3cc004..570e67e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# 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) +# 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) [![GolangCI](https://img.shields.io/badge/golang%20ci-success-blue.svg)](https://golangci.com/r/github.com/gbmor/goofbot) + An IRC bot I'm working on to practice Go. |