Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/da440dil/go-counter
Browse files Browse the repository at this point in the history
  • Loading branch information
da440dil committed Jun 29, 2020
2 parents db27ed8 + fbe6a92 commit 6f5fb82
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 @@ -31,4 +31,4 @@ if v, err := c.Count("key"); err != nil {
- [example](./examples/counter-gateway-default/main.go) usage with default [gateway](./gateway/memory/memory.go)
- [example](./examples/counter-gateway-memory/main.go) usage with memory [gateway](./gateway/memory/memory.go)
- [example](./examples/counter-gateway-redis/main.go) usage with [Redis](https://redis.io) [gateway](./gateway/redis/redis.go)
- [example](./examples/counter-with-retry/main.go) usage with [retry](https://github.com/da440dil/go-trier)
- [example](./examples/counter-with-retry/main.go) usage with [retry](https://github.com/da440dil/go-trier)

0 comments on commit 6f5fb82

Please sign in to comment.