From eb78b10a83e48bccce0091d1ae19a51e6b3fc61e Mon Sep 17 00:00:00 2001 From: CodeLingo Bot Date: Mon, 18 Feb 2019 22:07:23 +0000 Subject: [PATCH] Fix function comments based on best practices from Effective Go Signed-off-by: CodeLingo Bot --- store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store.go b/store.go index 394bbaf..61d20d5 100644 --- a/store.go +++ b/store.go @@ -89,7 +89,7 @@ func (s *MonitorStore) GetMonitorsNamed(group_name string) *MonitorGroup { } -// GetMonitorsNamed finds or creates a MonitorGroup using automatic name +// GetMonitors finds or creates a MonitorGroup using automatic name // selection func (s *MonitorStore) GetMonitors() *MonitorGroup { return s.GetMonitorsNamed(PackageName())