Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Olshansky <[email protected]>
  • Loading branch information
adshmh and Olshansk authored Jun 20, 2024
1 parent a25f7ee commit ecd9f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Note that the above `Client` struct has multiple public methods, yet no code exi
As a concrete example of keeping interfaces on the consumer side, the above `Client` consumes a `RoundTripper` interface.
As the godoc page for `net/http` specifies: `For control over proxies, TLS configuration, keep-alives, compression, and other settings, create a Transport`:
```
```go
tr := &http.Transport{
MaxIdleConns: 10,
IdleConnTimeout: 30 * time.Second,
Expand Down

0 comments on commit ecd9f93

Please sign in to comment.