chore: fmt & lint issues

This commit is contained in:
Carlos A Becker 2022-10-25 11:40:51 -03:00 committed by Christian Muehlhaeuser
commit 4dd3ba1d3c
19 changed files with 69 additions and 72 deletions

View file

@ -33,6 +33,8 @@ func findGitHubREADME(s string) (*source, error) {
v := u
v.Path += "/master/" + r
// nolint:bodyclose
// it is closed on the caller
resp, err := http.Get(v.String())
if err != nil {
return nil, err