diff --git a/httpclient/roundtripper.go b/httpclient/roundtripper.go index 3dc69ac..e2a0f03 100644 --- a/httpclient/roundtripper.go +++ b/httpclient/roundtripper.go @@ -40,6 +40,8 @@ type RoundTripper struct { // // If no options are provided, or the final option isn't WithRoundTripper, the http call is done using // http.DefaultTransport. +// +// deprecated: use github.com/clambin/go-common/http/roundtripper instead func NewRoundTripper(options ...Option) *RoundTripper { r := http.DefaultTransport var c []prometheus.Collector