2022-11-26 03:30:13PM

This commit is contained in:
Alexander Wang 2022-11-26 15:30:13 -08:00
parent d8e33fbb59
commit 8c3b218fac
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -20,7 +20,6 @@ var testPNGFile []byte
type RoundTripFunc func(req *http.Request) *http.Response
// RoundTrip .
func (f RoundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
return f(req), nil
}