mirror of
https://github.com/gospider007/requests.git
synced 2025-12-24 13:57:52 +08:00
sync
This commit is contained in:
@@ -35,7 +35,7 @@ func GetRequestOption(ctx context.Context) *RequestOption {
|
||||
if ok {
|
||||
return option
|
||||
}
|
||||
return nil
|
||||
return new(RequestOption)
|
||||
}
|
||||
|
||||
// sends a GET request and returns the response.
|
||||
|
||||
Reference in New Issue
Block a user