Update README.md

This commit is contained in:
Shawn Smith
2019-04-23 14:25:26 +09:00
committed by GitHub
parent 707d97b8bf
commit 9f187b4efd

View File

@@ -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
<a href="https://www.signalsciences.com/"><img src="https://goreportcard.com/assets/signalsciences.png" height="54" width="260" ></a>
### Installation
Assuming you already have a recent version of Go installed, pull down the code with `go get`: