File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ See the [Urlbox API Docs](https://www.urlbox.io/docs/overview)
11
11
# Installation
12
12
This package can in installed using the go command below.
13
13
``` sh
14
- go get github.com/iqquee /urlbox
14
+ go get github.com/jiyamathias /urlbox
15
15
```
16
16
# Quick start
17
17
``` sh
@@ -111,7 +111,7 @@ import (
111
111
" strings"
112
112
" time"
113
113
114
- " github.com/iqquee /urlbox"
114
+ " github.com/jiyamathias /urlbox"
115
115
)
116
116
117
117
func main () {
@@ -167,7 +167,7 @@ import (
167
167
" fmt"
168
168
" net/http"
169
169
170
- " github.com/iqquee /urlbox"
170
+ " github.com/jiyamathias /urlbox"
171
171
)
172
172
173
173
func main () {
Original file line number Diff line number Diff line change 1
- module github.com/iqquee /urlbox
1
+ module github.com/jiyamathias /urlbox
2
2
3
3
go 1.20
4
4
You can’t perform that action at this time.
0 commit comments