Skip to content

Commit

Permalink
2022.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
llh committed May 20, 2022
1 parent 99fc385 commit 1f4221b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

lib 包含许多有用的 golang 工具包。因此,它将经常更新。

## 项目下载

```go
go get github.com/liluhao/lib
```

## amqplib

使用这个资源: [cony](https://github.com/assembla/cony)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/llh/lib
module github.com/liluhao/lib

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion ratelimitlib/slide_window_redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ratelimitlib
import (
"context"
"github.com/go-redis/redis/v8"
"github.com/llh/lib/redislib"
"github.com/liluhao/lib/redislib"
"time"
)

Expand Down

0 comments on commit 1f4221b

Please sign in to comment.