Skip to content

Commit

Permalink
align center
Browse files Browse the repository at this point in the history
  • Loading branch information
emad-elsaid committed May 20, 2024
1 parent 6f678fd commit 78f8152
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 @@ -4,7 +4,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/emad-elsaid/memoize)](https://goreportcard.com/report/github.com/emad-elsaid/memoize)
[![codecov](https://codecov.io/gh/emad-elsaid/memoize/graph/badge.svg?token=QBXTR1XRD6)](https://codecov.io/gh/emad-elsaid/memoize)

<center><img src="/public/logo.svg" width="200"></center>
<p align="center"><img src="/public/logo.svg" width="200"></p>

Memoize is Memoizer for Golang. Extremely fast, Zero dependency, Zero allocation, guarantees duplicate call supression. And safe for concurrent use in high concurrency environments.

Expand Down

0 comments on commit 78f8152

Please sign in to comment.