Golint & bug fixes

This commit is contained in:
Matej Kramny
2015-03-20 21:04:48 +01:00
parent b5efaeece1
commit d62aa53169
3 changed files with 11 additions and 11 deletions

View File

@@ -82,9 +82,9 @@ func (incident *Incident) Send() {
}
}
// Get the same incident.
// GetSimilarIncidentId Updates incident.ID
func (incident *Incident) GetSimilarIncidentId() {
// GetSimilarIncidentId gets the same incident.
// Updates incident.ID
func (incident *Incident) GetSimilarIncidentID() {
incidents := GetIncidents()
for _, inc := range incidents {