Skip to content

Commit 08f4066

Browse files
committed
Update mod url
1 parent 037fc5e commit 08f4066

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# broccli
22

3-
[![Go Reference](https://pkg.go.dev/badge/gopkg.pl/mikogs/broccli/v3.svg)](https://pkg.go.dev/gopkg.pl/mikogs/broccli/v3) [![Go Report Card](https://goreportcard.com/badge/gopkg.pl/mikogs/broccli/v3)](https://goreportcard.com/report/gopkg.pl/mikogs/broccli/v3)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/keenbytes/broccli/v3.svg)](https://pkg.go.dev/github.com/keenbytes/broccli/v3) [![Go Report Card](https://goreportcard.com/badge/github.com/keenbytes/broccli/v3)](https://goreportcard.com/report/github.com/keenbytes/broccli/v3)
44

55
----
66

@@ -30,7 +30,7 @@ However, the following code snippet from another tiny project shows how the modu
3030

3131
Import the code with the following URL:
3232
```go
33-
import "gopkg.pl/mikogs/broccli/v3"
33+
import "github.com/keenbytes/broccli/v3"
3434
```
3535

3636
```go

cmd/example1/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
rand "math/rand/v2"
1010

11-
"github.com/go-phings/broccli"
11+
"github.com/keenbytes/broccli/v3"
1212
)
1313

1414
func main() {

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
module gopkg.pl/mikogs/broccli/v3
1+
module github.com/keenbytes/broccli/v3
22

33
go 1.22.1
4-

0 commit comments

Comments
 (0)