Nahuel
Results
2
comments of
Nahuel
I am testing in Go and it works!
Hello, I created a SendGrid interface in #420 for test integration ```go package main import ( "fmt" "os" "github.com/sendgrid/sendgrid-go" "github.com/sendgrid/sendgrid-go/helpers/mail" "github.com/sendgrid/sendgrid-go/helpers/mock" ) func main() { // start mocks server mock.StartTestServer()...