Skip to content

Commit

Permalink
Version Bump v3.10: Added the ability to set a custom HTTPClient
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 28, 2016
1 parent 406ae47 commit 7833a55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions sendgrid.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ var DefaultClient = rest.DefaultClient
func API(request rest.Request) (*rest.Response, error) {
return DefaultClient.API(request)
}


2 changes: 1 addition & 1 deletion sendgrid_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package sendgrid

import (
"github.com/sendgrid/rest"
"bytes"
"fmt"
"github.com/sendgrid/rest"
"io"
"net/http"
"net/http/httptest"
Expand Down

0 comments on commit 7833a55

Please sign in to comment.