diff options
author | Collin Guarino <Collinux@users.noreply.github.com> | 2016-02-25 15:06:09 -0500 |
---|---|---|
committer | Collin Guarino <Collinux@users.noreply.github.com> | 2016-02-25 15:06:09 -0500 |
commit | 6442a36a446d5df191385a651222024b744c0260 (patch) | |
tree | cd447a22603266c329208468e76b64de02a26ea1 | |
parent | 8464e1da735fb18f4d52d385d1466b1ce2044bbe (diff) |
Added godocs icon with link to library spec
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ # GoHue 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) + ## Installation ``` go get github.com/collinux/gohue |