Hacker News new | ask | show | jobs
by viraptor 848 days ago
The RoundTripper throws me off if anything. RetryRequest, RetryOnFailure, anything could be more descriptive.
1 comments

It's an interface in the http package: https://pkg.go.dev/net/http#RoundTripper
Til. Thanks, I hate it.