Skip to content

Commit 24354c8

Browse files
committed
go mod name updated
1 parent d117109 commit 24354c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See the [Urlbox API Docs](https://www.urlbox.io/docs/overview)
1111
# Installation
1212
This package can in installed using the go command below.
1313
```sh
14-
go get github.com/iqquee/urlbox
14+
go get github.com/jiyamathias/urlbox
1515
```
1616
# Quick start
1717
```sh
@@ -111,7 +111,7 @@ import (
111111
"strings"
112112
"time"
113113

114-
"github.com/iqquee/urlbox"
114+
"github.com/jiyamathias/urlbox"
115115
)
116116

117117
func main() {
@@ -167,7 +167,7 @@ import (
167167
"fmt"
168168
"net/http"
169169

170-
"github.com/iqquee/urlbox"
170+
"github.com/jiyamathias/urlbox"
171171
)
172172

173173
func main() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/iqquee/urlbox
1+
module github.com/jiyamathias/urlbox
22

33
go 1.20
44

0 commit comments

Comments
 (0)