mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-09 13:37:30 -06:00
Linter fixes
This commit is contained in:
parent
8b9a228ea2
commit
2cb7a8bf2a
4 changed files with 28 additions and 8 deletions
|
|
@ -42,7 +42,7 @@ type Sender interface {
|
|||
func NewSender(httpClient *httpclient.Client, state *state.State) Sender {
|
||||
return NewRealSender(
|
||||
&http.Client{
|
||||
Transport: >sHttpClientRoundTripper{
|
||||
Transport: >sHTTPClientRoundTripper{
|
||||
httpClient: httpClient,
|
||||
},
|
||||
// Other fields are already set on the http.Client inside the httpclient.Client.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue