levigross / grequests

A Go "clone" of the great and famous Requests library
Apache License 2.0
2.14k stars 137 forks source link

Make doRegularRequest public #63

Closed hussam-almarzoq closed 6 years ago

hussam-almarzoq commented 6 years ago

Requests allows you to create requests using the request function, instead of having to call the wrapper for the http method. I am trying to achieve the same functionality in grequests, but doRegularRequest is private.

hussam-almarzoq commented 6 years ago

Turns out it's there, but the package is not updated on Dep.

levigross commented 6 years ago

Done