lint: ignore body close err

This commit is contained in:
Umputun
2018-02-13 11:58:04 -06:00
parent cf39287b48
commit e3b879d688
+1 -1
View File
@@ -113,7 +113,7 @@ func main() {
log.Printf("[WARN] failed to refresh cached list for %s, %s", site, err)
return
}
resp.Body.Close()
_ = resp.Body.Close()
}
})