Skip to content

Commit 3e6c42b

Browse files
committed
update module name
1 parent ffda340 commit 3e6c42b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Depends on the [mgo](https://github.com/kidstuff/mongostore) library.
99

1010
## Installation
1111

12-
go get https://github.com/bos-hieu/mongostore
12+
go get https://github.com/laziercoder/mongostore
1313

1414
## Documentation
1515

16-
Available on [godoc.org](http://www.godoc.org/github.com/bos-hieu/mongostore).
16+
Available on [godoc.org](http://www.godoc.org/github.com/laziercoder/mongostore).
1717

1818
### Example
1919
```go

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/bos-hieu/mongostore
1+
module github.com/laziercoder/mongostore
22

33
go 1.18
44

0 commit comments

Comments
 (0)