more golint

This commit is contained in:
Matej Kramny
2015-03-20 21:05:47 +01:00
parent d62aa53169
commit bdb426c232

View File

@@ -82,7 +82,7 @@ func (incident *Incident) Send() {
} }
} }
// GetSimilarIncidentId gets the same incident. // GetSimilarIncidentID gets the same incident.
// Updates incident.ID // Updates incident.ID
func (incident *Incident) GetSimilarIncidentID() { func (incident *Incident) GetSimilarIncidentID() {
incidents := GetIncidents() incidents := GetIncidents()