Skip to content

Commit

Permalink
fix: 修改文档中错误 (#38)
Browse files Browse the repository at this point in the history
* fix: 修改文档中错误

* changelog
  • Loading branch information
jefferyjob authored Sep 30, 2024
1 parent 92fff6b commit 7a44754
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.cn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## v1.1.3
- codecov:测试分析 [#32](https://github.com/jefferyjob/go-redislock/pull/32)
- Go多版本CI测试 [#33](https://github.com/jefferyjob/go-redislock/pull/33)
- 更新lua脚本为毫秒单位 [#35](https://github.com/jefferyjob/go-redislock/pull/35)
- 更新changelog文件 [#37](https://github.com/jefferyjob/go-redislock/pull/37)
- 修改文档中的错误 [#38](https://github.com/jefferyjob/go-redislock/pull/38)

## v1.1.2
- Dependabot 计划间隔每周 [#27](https://github.com/jefferyjob/go-redislock/pull/27)
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## v1.1.3
- codecov:Test Analytics [#32](https://github.com/jefferyjob/go-redislock/pull/32)
- Go multi-version CI test [#33](https://github.com/jefferyjob/go-redislock/pull/33)
- feat:update ttl to ms [#35](https://github.com/jefferyjob/go-redislock/pull/35)
- Update the changelog file [#37](https://github.com/jefferyjob/go-redislock/pull/37)
- fix: Modify errors in the document [#38](https://github.com/jefferyjob/go-redislock/pull/38)

## v1.1.2
- Dependabot scheduled every week [#27](https://github.com/jefferyjob/go-redislock/pull/27)
Expand Down
8 changes: 4 additions & 4 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ go get -u github.com/jefferyjob/go-redislock
package main

import (
"context"
"fmt"
"github.com/go-redis/redis/v8"
redislock "github.com/jefferyjob/go-redislock"
"context"
"fmt"
redislock "github.com/jefferyjob/go-redislock"
"github.com/redis/go-redis/v9"
)

func main() {
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ go get -u github.com/jefferyjob/go-redislock
package main

import (
"context"
"fmt"
"github.com/go-redis/redis/v8"
redislock "github.com/jefferyjob/go-redislock"
"context"
"fmt"
redislock "github.com/jefferyjob/go-redislock"
"github.com/redis/go-redis/v9"
)

func main() {
Expand Down

0 comments on commit 7a44754

Please sign in to comment.