Skip to content

Commit

Permalink
fix(stdlibwrapper.go): embed a *Transport (#9)
Browse files Browse the repository at this point in the history
Requested by @kelmenhorst
  • Loading branch information
bassosimone authored Aug 18, 2021
1 parent 35949dc commit f8ceac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlibwrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "net/http"
// StdlibTransport is an adapter for integrating net/http dependend code.
// It looks like an http.RoundTripper but uses this fork internally.
type StdlibTransport struct {
Transport
*Transport
}

// RoundTrip implements the http.RoundTripper interface.
Expand Down

0 comments on commit f8ceac6

Please sign in to comment.