From f80f7c49e63ddbb1acb7dd365820c84e75ae1a30 Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Tue, 16 Feb 2016 00:29:26 -0500 Subject: Changed documentation header standard project wide to a less passive voice. --- group.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'group.go') 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) -- cgit v1.2.3