Skip to content

Commit

Permalink
reinitialised go mod and updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
OutOfBoundCats committed Jan 19, 2024
1 parent 55a0658 commit 4b121a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ go get github.com/OutOfBoundCats/zeptomail
### Send Template Email
```go
import (
"zeptomail"
"github.com/OutOfBoundCats/zeptomail"
)


Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/OutOfBoundCats/zeptomail

go 1.21
go 1.21.4

require github.com/go-playground/validator/v10 v10.17.0

Expand Down
4 changes: 2 additions & 2 deletions zeptomail.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import (
"bytes"
"encoding/json"
"fmt"
"github.com/OutOfBoundCats/zeptomail/utils"
"github.com/OutOfBoundCats/zeptomail/zmodels"
"github.com/go-playground/validator/v10"
"io"
"net/http"
"zeptomail/utils"
"zeptomail/zmodels"
)

const zeptoBaseUrl = "https://api.zeptomail.in/v1.1"
Expand Down

0 comments on commit 4b121a2

Please sign in to comment.