Skip to content

Commit bbc5cf7

Browse files
authored
Update playground links (#35)
1 parent 41023e2 commit bbc5cf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func main() {
8282
}
8383
```
8484

85-
[Go Playground](https://go.dev/play/p/UMxQDHfqKqD)
85+
[Go Playground](https://go.dev/play/p/oDQlxRe75g_H)
8686

8787
### AIMD Rate Limiter
8888

@@ -147,7 +147,7 @@ func processRequest() bool {
147147
}
148148
```
149149

150-
[Go Playground](https://go.dev/play/p/2AEPxptA2xd)
150+
[Go Playground](https://go.dev/play/p/UDslvGAPG-O)
151151

152152
### Rotating Token Bucket Rate Limiter
153153

@@ -202,7 +202,7 @@ func main() {
202202
}
203203
```
204204

205-
[Go Playground](https://go.dev/play/p/6UJN8B8F3um)
205+
[Go Playground](https://go.dev/play/p/nTlCGSHtQ7j)
206206

207207
## Detailed Usage
208208

0 commit comments

Comments
 (0)