Closed xqqp closed 1 month ago
@mangalaman93 The errors are now logged outside of test files.
Thank you for the update. Could you also update to use
%v
instead of%s
in the glog so that it gets logged correctly. While you do that, you could also keep the structure like this (this is a nit):if err := resp.Body.Close(); err != nil { glog.Errorf("Error while closing response body: %v", err) }
Done
bodyclose
linter to linter config