We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a8120 commit 575c4e4Copy full SHA for 575c4e4
api.go
@@ -70,7 +70,7 @@ func (c *Client) sendRequest(req *http.Request, v interface{}) error {
70
}
71
72
if v != nil {
73
- if err = json.NewDecoder(res.Body).Decode(&v); err != nil {
+ if err = json.NewDecoder(res.Body).Decode(v); err != nil {
74
return err
75
76
0 commit comments