diff --git a/app/main.go b/app/main.go index f1739d2c..e077260c 100644 --- a/app/main.go +++ b/app/main.go @@ -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() } })