Skip to content

Commit 7d0cc7d

Browse files
authored
Merge pull request #1 from L2ncE/main
style
2 parents 039d62d + 73a69ab commit 7d0cc7d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ To install this package, you need to install Go and set your Go workspace first.
99
1. You first need [Go](https://golang.org/) installed, then you can use the below Go command to install Lgopool.
1010

1111
```sh
12-
go get -u github.com/L2ncE/LgoPool
12+
go get -u github.com/LgoLgo/LgoPool
1313
```
1414

1515
2. Import it in your code:
1616

1717
```go
18-
import "github.com/L2ncE/LgoPool"
18+
import "github.com/LgoLgo/LgoPool"
1919
```
2020

2121
## Quick start
@@ -32,7 +32,7 @@ import (
3232
"fmt"
3333
"time"
3434

35-
"github.com/L2ncE/LgoPool/pool"
35+
"github.com/LgoLgo/LgoPool/pool"
3636
)
3737

3838
func main() {

example/example.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"time"
66

7-
"github.com/L2ncE/LgoPool/pool"
7+
"github.com/LgoLgo/LgoPool/pool"
88
)
99

1010
func main() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/L2ncE/LgoPool
1+
module github.com/LgoLgo/LgoPool
22

33
go 1.18

0 commit comments

Comments
 (0)