aboutsummaryrefslogtreecommitdiff
path: root/group.go
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-02-16 00:29:26 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-02-16 00:29:26 -0500
commitf80f7c49e63ddbb1acb7dd365820c84e75ae1a30 (patch)
treea279af648915b4d11b079a8b6d1b29aa9f26fef7 /group.go
parent699afeb32d1936d059bcbe8a092a142c523819cc (diff)
Changed documentation header standard project wide to a less passive voice.
Diffstat (limited to 'group.go')
-rw-r--r--group.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/group.go b/group.go
index e844603..4d5d267 100644
--- a/group.go
+++ b/group.go
@@ -31,7 +31,7 @@ type Group struct {
Type string `json:"type"`
}
-// Bridge.GetGroups get the attributes for each group of lights.
+// Bridge.GetGroups gets the attributes for each group of lights.
// TODO: NOT TESTED, NOT FULLY IMPLEMENTED
func (bridge *Bridge) GetGroups() ([]Group, error) {
uri := fmt.Sprintf("/api/%s/groups", bridge.Username)