File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
"sync"
9
9
)
10
10
11
- // HTTPClient is a wrapper arround http.Client
11
+ // HTTPClient is a wrapper around http.Client
12
12
type HTTPClient struct {
13
13
client * http.Client
14
14
apiKeyPublic string
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ func (c *HTTPClientMock) With(headers map[string]string) HTTPClientInterface {
73
73
return c
74
74
}
75
75
76
- // Read allow you to bind the response recieved through the underlying http client
76
+ // Read allow you to bind the response received through the underlying http client
77
77
func (c * HTTPClientMock ) Read (response interface {}) HTTPClientInterface {
78
78
c .fx .Read (response )
79
79
return c
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ func testSendMail() {
167
167
FromEmail : data [0 ].Email ,
168
168
FromName : data [0 ].Name ,
169
169
Recipients : []mailjet.Recipient {
170
- mailjet. Recipient {
170
+ {
171
171
Email : data [0 ].Email ,
172
172
},
173
173
},
You can’t perform that action at this time.
0 commit comments