diff options
author | inhies <inhies@github.com> | 2016-11-03 11:50:03 -0600 |
---|---|---|
committer | inhies <inhies@github.com> | 2016-11-03 11:50:03 -0600 |
commit | bcedaebe4944b242d7ffbee27591170e22cbc0a9 (patch) | |
tree | 6cf0671fe6c6201ae53a8b96f825fb67bc178bad | |
parent | 541bfc66cb1dd94c9ab4d7089adc0f31a77799d4 (diff) |
Add Go Report Card badge
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Package hue interfaces Philips Hue devices to control lights, scenes, schedules, and groups. [![GoDoc](https://camo.githubusercontent.com/b3b2a2b7fad4e76052830945cd839a3bba5be723/687474703a2f2f696d672e736869656c64732e696f2f62616467652f676f646f632d7265666572656e63652d3532373242342e706e67)](https://godoc.org/github.com/Collinux/GoHue) - +[![Go Report Card](https://goreportcard.com/badge/github.com/Collinux/GoHue)](https://goreportcard.com/report/github.com/Collinux/GoHue) ## Installation ``` go get github.com/collinux/gohue |