File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,17 @@ options:
1010 - perf
1111 - refactor
1212 - chore
13+ - docs
14+ - security
1315 commit_groups :
1416 title_maps :
1517 feat : Features
1618 fix : Bug Fixes
1719 perf : Performance Improvements
1820 refactor : Code Refactoring
1921 chore : Chores
22+ docs : Documentation
23+ security : Improving Security
2024 header :
2125 pattern : " ^(\\ w*)(?:\\ (([\\ w\\ $\\ .\\ -\\ *\\ s]*)\\ ))?\\ :\\ s(.*)$"
2226 pattern_maps :
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ Depends on the [mgo](https://github.com/kidstuff/mongostore) library.
99
1010## Installation
1111
12- go get github.com/laziness-coders/mongostore
13-
1412For the latest go version, run:
1513
1614 go get github.com/laziness-coders/mongostore
@@ -21,7 +19,7 @@ For the go version 1.20 and under, run:
2119
2220## Documentation
2321
24- Available on [ godoc.org] ( http ://www.godoc.org/github.com/laziercoder /mongostore) .
22+ Available on [ godoc.org] ( https ://www.godoc.org/github.com/laziness-coders /mongostore) .
2523
2624### Example
2725``` go
You can’t perform that action at this time.
0 commit comments