You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,7 +31,7 @@ Garment retains a single connection pool for different database types used insid
31
31
Install the package with:
32
32
33
33
```zsh
34
-
$ go get github.com/clevenio/garment
34
+
$ go get github.com/norwik/garment
35
35
```
36
36
37
37
Here is an example:
@@ -43,7 +43,7 @@ import (
43
43
"errors"
44
44
"fmt"
45
45
46
-
"github.com/clevenio/garment"
46
+
"github.com/norwik/garment"
47
47
)
48
48
49
49
typeDatabasestruct {
@@ -128,12 +128,12 @@ func main() {
128
128
129
129
For transparency into our release cycle and in striving to maintain backward compatibility, Garment is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
130
130
131
-
See the [Releases section of our GitHub project](https://github.com/clevenio/garment/releases) for changelogs for each release version of Garment. It contains summaries of the most noteworthy changes made in each release.
131
+
See the [Releases section of our GitHub project](https://github.com/norwik/garment/releases) for changelogs for each release version of Garment. It contains summaries of the most noteworthy changes made in each release.
132
132
133
133
134
134
## Bug tracker
135
135
136
-
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clevenio/garment/issues
136
+
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/norwik/garment/issues
137
137
138
138
139
139
## Security Issues
@@ -148,6 +148,6 @@ We are an open source, community-driven project so please feel free to join us.
0 commit comments