Skip to content

Commit d5c3dda

Browse files
authored
Update README.md
1 parent 72225f1 commit d5c3dda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# go-generics-cache
22

3+
[![.github/workflows/test.yml](https://github.com/Code-Hex/go-generics-cache/actions/workflows/test.yml/badge.svg)](https://github.com/Code-Hex/go-generics-cache/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/Code-Hex/go-generics-cache/branch/main/graph/badge.svg?token=Wm7UEwgiZu)](https://codecov.io/gh/Code-Hex/go-generics-cache)
4+
35
go-generics-cache is an in-memory key:value store/cache that is suitable for applications running on a single machine. This in-memory cache uses [Go Generics](https://go.dev/blog/generics-proposal) which will be introduced in 1.18.
46

57
- implemented with [Go Generics](https://go.dev/blog/generics-proposal)
@@ -76,4 +78,4 @@ func main() {
7678
decremented, _ := nc.Decrement("age", 1)
7779
fmt.Println(decremented) // 26
7880
}
79-
```
81+
```

0 commit comments

Comments
 (0)