From d99cf2ebab49e741db8b573e38da9e8dfc0d0f53 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Thu, 26 Sep 2024 13:47:02 +0530 Subject: [PATCH] chore: add local changes --- sendgrid.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sendgrid.go b/sendgrid.go index 4cef9234..c065a5bb 100644 --- a/sendgrid.go +++ b/sendgrid.go @@ -2,12 +2,14 @@ package sendgrid import ( "errors" - "github.com/sendgrid/rest" - "github.com/sendgrid/sendgrid-go/client" - Alert "github.com/sendgrid/sendgrid-go/rest/api/v3/alerts" - Student "github.com/sendgrid/sendgrid-go/rest/api/v3/student" "net/url" "os" + "time" + + "github.com/sendgrid/rest" + "github.com/sendgrid/sendgrid-go/client" + Alert "github.com/sendgrid/sendgrid-go/rest/alerts" + Student "github.com/sendgrid/sendgrid-go/rest/student" ) type RestClient struct {