Add badges

master
Denis Palnitsky 3 years ago
parent 709886bb45
commit a7914e4fe1
No known key found for this signature in database
GPG Key ID: 37EEC9354AA9FD30

@ -1,6 +1,10 @@
# go-cache # go-cache
go-cache is generic port of [go-cache](https://github.com/patrickmn/go-cache) library. [![test-and-lint](https://github.com/DenisPalnitsky/go-cache/actions/workflows/test.yaml/badge.svg)](https://github.com/DenisPalnitsky/go-cache/actions/workflows/test.yaml)
[![codecov](https://codecov.io/gh/DenisPalnitsky/go-cache/branch/main/graph/badge.svg?token=FMvJ4TbC2r)](https://codecov.io/gh/DenisPalnitsky/go-cache)
[![Go Report Card](https://goreportcard.com/badge/github.com/denispalnitsky/go-cache)](https://goreportcard.com/report/github.com/denispalnitsky/go-cache)
go-cache is generic port of great [go-cache](https://github.com/patrickmn/go-cache) library that was written by @patrickmn
go-cache is an generic in-memory key:value store/cache similar to memcached that is go-cache is an generic in-memory key:value store/cache similar to memcached that is
suitable for applications running on a single machine. Its major advantage is suitable for applications running on a single machine. Its major advantage is

Loading…
Cancel
Save