Closed heaths closed 1 year ago
Writing mocks for remote calls is time-intensive, so consider using https://github.com/dnaeon/go-vcr instead. We'd still need the net/http adapter since azcore creates its own http.Transport instead of using the http.DefaultTransport.
net/http
azcore
http.Transport
http.DefaultTransport
Writing mocks for remote calls is time-intensive, so consider using https://github.com/dnaeon/go-vcr instead. We'd still need the
net/http
adapter sinceazcore
creates its ownhttp.Transport
instead of using thehttp.DefaultTransport
.