We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffda340 commit 3e6c42bCopy full SHA for 3e6c42b
README.md
@@ -9,11 +9,11 @@ Depends on the [mgo](https://github.com/kidstuff/mongostore) library.
9
10
## Installation
11
12
- go get https://github.com/bos-hieu/mongostore
+ go get https://github.com/laziercoder/mongostore
13
14
## Documentation
15
16
-Available on [godoc.org](http://www.godoc.org/github.com/bos-hieu/mongostore).
+Available on [godoc.org](http://www.godoc.org/github.com/laziercoder/mongostore).
17
18
### Example
19
```go
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/bos-hieu/mongostore
+module github.com/laziercoder/mongostore
2
3
go 1.18
4
0 commit comments