Skip to content

Commit

Permalink
chore: add local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Sep 26, 2024
1 parent a2e91a7 commit d99cf2e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sendgrid.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d99cf2e

Please sign in to comment.