From 9f187b4efd462b33dcf17988abaac748d267226c Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Tue, 23 Apr 2019 14:25:26 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 11d5f29..a9a4f44 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ A web application that generates a report on the quality of an open source go project. It uses several measures, including `gofmt`, `go vet`, `go lint` and `gocyclo`. To get a report on your own project, try using the hosted version of this code running at [goreportcard.com](https://goreportcard.com). +### Sponsors + + + + ### Installation Assuming you already have a recent version of Go installed, pull down the code with `go get`: