File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments