Linter rules

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-10-03 15:06:09 +02:00
parent d854787cc2
commit 43abacbb2f
+1 -2
View File
@@ -9,7 +9,6 @@ import (
func GetReason(r *http.Response) string {
if i := strings.IndexByte(r.Status, ' '); i != -1 {
return r.Status[i+1:]
} else {
return ""
}
return ""
}