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

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