Skip to content

Commit 622958d

Browse files
authored
Update README.md
1 parent 869f9bd commit 622958d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ HMap is a safe for concurrent generic map implementation in Go that provides a s
1010

1111
</div>
1212

13+
[![Go Report Card](https://goreportcard.com/badge/github.com/lyonnee/hmap)](https://goreportcard.com/report/github.com/lyonnee/hmap)
14+
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/lyonnee/hmap)
15+
[![codecov](https://codecov.io/gh/lyonnee/hmap/graph/badge.svg?token=FU9T3QWBVJ)](https://codecov.io/gh/lyonnee/hmap)
16+
1317
## Features
1418

1519
- **Generic Support:** Utilizes Go's generic features for flexibility with different types of key-value pairs.
@@ -163,4 +167,4 @@ Thanks to all contributors to this project.
163167

164168
## Acknowledgments
165169

166-
Thank you for using HMap! If you have any questions or suggestions, feel free to reach out.
170+
Thank you for using HMap! If you have any questions or suggestions, feel free to reach out.

0 commit comments

Comments
 (0)