Closed ilius closed 6 years ago
In that case maybe just do?:
func NewHttpModule(client *http.Client) *httpModule { return NewHttpModuleWithDo(client.Do) }
Done
Thanks.
In that case maybe just do?: