Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA authored Jan 8, 2021
1 parent c13046c commit 16aca55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func printKeyVal(tm *timedmap.TimedMap, key interface{}) {
Further examples, you can find in the [example](examples) directory.

If you want to see this package in a practcal use case scenario, please take a look at the rate limiter implementation of the REST API of [myrunes.com](https://myrunes.com), where I have used `timedmap` for storing client-based limiter instances:
https://github.com/zekroTJA/myrunes/blob/master/internal/webserver/ratelimit.go
https://github.com/myrunes/backend/blob/master/internal/ratelimit/ratelimit.go

---

Expand Down

0 comments on commit 16aca55

Please sign in to comment.