2022-11-26 03:30:13PM
This commit is contained in:
parent
d8e33fbb59
commit
8c3b218fac
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ var testPNGFile []byte
|
||||||
|
|
||||||
type RoundTripFunc func(req *http.Request) *http.Response
|
type RoundTripFunc func(req *http.Request) *http.Response
|
||||||
|
|
||||||
// RoundTrip .
|
|
||||||
func (f RoundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
|
func (f RoundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
|
||||||
return f(req), nil
|
return f(req), nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue