From bdb426c232389b2e2df9435e30866a8c6b3050d6 Mon Sep 17 00:00:00 2001 From: Matej Kramny Date: Fri, 20 Mar 2015 21:05:47 +0100 Subject: [PATCH] more golint --- cachet/incident.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachet/incident.go b/cachet/incident.go index 62bd649..45410a6 100644 --- a/cachet/incident.go +++ b/cachet/incident.go @@ -82,7 +82,7 @@ func (incident *Incident) Send() { } } -// GetSimilarIncidentId gets the same incident. +// GetSimilarIncidentID gets the same incident. // Updates incident.ID func (incident *Incident) GetSimilarIncidentID() { incidents := GetIncidents()